#F61499

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

Shades of Deep Pink #F61499

Tints of Deep Pink #F61499

Color information

#F61499 (or 0xF61499) is unknown color: approx Deep Pink. HEX triplet: F6, 14 and 99. RGB value is (246,20,153). Sum of RGB (Red+Green+Blue) = 246+20+153=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F61499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61499 is #09EB66. Grayscale: #666666. Windows color (decimal): -650087 or 10032374. OLE color: 10032374.

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

Color convert

RGB24620153-
CMYK00.920.380.04
HSL324.69º92.62%52.16%-
HSV(B)324.69º91.87%96.47%-
XYZ44.0122.3932.14-
YUV102.74156.37230.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.71%
GREEN value IS 20 (8.20% from 255) = 4.77%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=58.71%
G=4.77%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462015300.920.380.04324.6992.6252.16
HexF6149905C2641455d34
Octal36624231013446450513564
Binary111101101010010011001010111001001101001010001011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61499; }

 p { color: rgb(246,20,153); }

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

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

 a { background-color: rgb(246,20,153); }

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

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

 span { border-color: rgb(246,20,153); }

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