Html Css Color HEX #F71488 Deep Pink

📋 copy color: '#F71488'

red 247 ◦ green 20 ◦ blue 136

#F71488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F71488

Tints of Deep Pink #F71488

RGB

 RED value IS 247 (96.88% from 255) = 61.29%

 GREEN value IS 20 (8.2% from 255) = 4.96%

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 61.29%
G = 4.96%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F71488 (or 0xF71488) is known color: Deep Pink. HEX triplet: F7, 14 and 88. RGB value is (247,20,136). Sum of RGB (Red+Green+Blue) = 247+20+136=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F71488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71488 is #08EB77. Grayscale: #646464. Windows color (decimal): -584568 or 8918263. OLE color: 8918263.

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

Color convert

RGB 247 20 136 -
CMYK 0 0.92 0.45 0.03
HSL 329.34º 0.93% 0.52% -
HSV(B) 329.34º 0.92% 0.97% -
XYZ 43.05 22.05 25.28 -
YUV 101.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 247 20 136 0 0.92 0.45 0.03 329.34 0.93 0.52
Hex F7 14 88 0 5C 2D 3 149 5D 34
Octal 367 24 210 0 134 55 3 511 135 64
Binary 11110111 10100 10001000 0 1011100 101101 11 101001001 1011101 110100

Color Harmonies of #F71488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71488

Black with #F71488

Text Example


Text Example

White with #F71488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71488; }

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

 H1.HeaderClassName
 {
   color: #F71488;
 }
 .AnyTagClassName
 {
   color: #F71488;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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