#F71594

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

Shades of Deep Pink #F71594

Tints of Deep Pink #F71594

Color information

#F71594 (or 0xF71594) is unknown color: approx Deep Pink. HEX triplet: F7, 15 and 94. RGB value is (247,21,148). Sum of RGB (Red+Green+Blue) = 247+21+148=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F71594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71594 is #08EA6B. Grayscale: #666666. Windows color (decimal): -584300 or 9704951. OLE color: 9704951.

HSL color Cylindrical-coordinate representation of color #F71594: hue angle of 326.28º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71594 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB24721148-
CMYK00.910.400.03
HSL326.28º93.39%52.55%-
HSV(B)326.28º91.5%96.86%-
XYZ43.9722.4530.03-
YUV103.05153.37230.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.38%
GREEN value IS 21 (8.59% from 255) = 5.05%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=59.38%
G=5.05%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472114800.910.400.03326.2893.3952.55
HexF7159405B2831465d35
Octal36725224013350350613565
Binary11110111101011001010001011011101000111010001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71594; }

 p { color: rgb(247,21,148); }

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

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

 a { background-color: rgb(247,21,148); }

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

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

 span { border-color: rgb(247,21,148); }

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