#F71A88

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

Shades of Deep Pink #F71A88

Tints of Deep Pink #F71A88

Color information

#F71A88 (or 0xF71A88) is unknown color: approx Deep Pink. HEX triplet: F7, 1A and 88. RGB value is (247,26,136). Sum of RGB (Red+Green+Blue) = 247+26+136=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71A88 is #08E577. Grayscale: #686868. Windows color (decimal): -583032 or 8919799. OLE color: 8919799.

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

Color convert

RGB24726136-
CMYK00.890.450.03
HSL330.14º93.25%53.53%-
HSV(B)330.14º89.47%96.86%-
XYZ43.1722.2925.32-
YUV104.62145.72229.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.39%
GREEN value IS 26 (10.55% from 255) = 6.36%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=60.39%
G=6.36%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472613600.890.450.03330.1493.2553.53
HexF71A880592D314a5d36
Octal36732210013155351213566
Binary11110111110101000100001011001101101111010010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71A88; }

 p { color: rgb(247,26,136); }

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

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

 a { background-color: rgb(247,26,136); }

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

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

 span { border-color: rgb(247,26,136); }

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