#F61590

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

Shades of Deep Pink #F61590

Tints of Deep Pink #F61590

Color information

#F61590 (or 0xF61590) is unknown color: approx Deep Pink. HEX triplet: F6, 15 and 90. RGB value is (246,21,144). Sum of RGB (Red+Green+Blue) = 246+21+144=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F61590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61590 is #09EA6F. Grayscale: #666666. Windows color (decimal): -649840 or 9442806. OLE color: 9442806.

HSL color Cylindrical-coordinate representation of color #F61590: hue angle of 327.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61590 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB24621144-
CMYK00.910.410.04
HSL327.2º92.59%52.35%-
HSV(B)327.2º91.46%96.47%-
XYZ43.3122.1428.38-
YUV102.3151.54230.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.85%
GREEN value IS 21 (8.59% from 255) = 5.11%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=59.85%
G=5.11%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462114400.910.410.04327.292.5952.35
HexF6159005B2941475d34
Octal36625220013351450713564
Binary111101101010110010000010110111010011001010001111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61590; }

 p { color: rgb(246,21,144); }

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

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

 a { background-color: rgb(246,21,144); }

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

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

 span { border-color: rgb(246,21,144); }

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