#f62585

Color #F62585 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F62585

Tints of Deep Pink #F62585

Color information

#F62585 (or 0xF62585) is unknown color: approx Deep Pink. HEX triplet: F6, 25 and 85. RGB value is (246,37,133). Sum of RGB (Red+Green+Blue) = 246+37+133=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F62585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62585 is #09DA7A. Grayscale: #6E6E6E. Windows color (decimal): -645755 or 8726006. OLE color: 8726006.

HSL color Cylindrical-coordinate representation of color #F62585: hue angle of 332.44º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62585 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24637133-
CMYK00.850.460.04
HSL332.44º92.07%55.49%-
HSV(B)332.44º84.96%96.47%-
XYZ42.922.6124.29-
YUV110.44140.74224.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 59.13%
GREEN value IS 37 (14.84% from 255) = 8.89%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=59.13%
G=8.89%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2463713300.850.460.04332.4492.0755.49
HexF625850552E414c5c37
Octal36645205012556451413467
Binary1111011010010110000101010101011011101001010011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f62585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f62585; }

 p { color: rgb(246,37,133); }

 H1.HeaderClassName
 {
   color: #f62585;
 }
 .AnyTagClassName
 {
   color: #f62585;
 }
</style>
background-color css

<style>
 a { background-color: #f62585; }

 a { background-color: rgb(246,37,133); }

 div.DivClassName
 {
   background-color: #f62585;
 }
 .BgClassName
 {
   background-color: #f62585;
 }
</style>
border-color css

<style>
 span { border-color: #f62585; }

 span { border-color: rgb(246,37,133); }

 td.TdClassName
 {
   border-color: #f62585;
 }
 .TagClassName
 {
   border-color: #f62585;
 }
</style>