Html Css Color HEX #F71886 Deep Pink

📋 copy color: '#F71886'

red 247 ◦ green 24 ◦ blue 134

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

Shades of Deep Pink #F71886

Tints of Deep Pink #F71886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.93%

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 60.99%
G = 5.93%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F71886 (or 0xF71886) is known color: Deep Pink. HEX triplet: F7, 18 and 86. RGB value is (247,24,134). Sum of RGB (Red+Green+Blue) = 247+24+134=405 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.99% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 247 - color contains mainly: red. Hex color #F71886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71886 is #08E779. Grayscale: #666666. Windows color (decimal): -583546 or 8788215. OLE color: 8788215.

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

Color convert

RGB 247 24 134 -
CMYK 0 0.90 0.46 0.03
HSL 330.4º 0.93% 0.53% -
HSV(B) 330.4º 0.9% 0.97% -
XYZ 42.99 22.15 24.56 -
YUV 103.22 145.38 230.56 -
System Red Green Blue C M Y K H S L
Decimal 247 24 134 0 0.90 0.46 0.03 330.4 0.93 0.53
Hex F7 18 86 0 5A 2E 3 14A 5D 35
Octal 367 30 206 0 132 56 3 512 135 65
Binary 11110111 11000 10000110 0 1011010 101110 11 101001010 1011101 110101

Color Harmonies of #F71886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71886

Black with #F71886

Text Example


Text Example

White with #F71886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71886; }

 p { color: rgb(247,24,134); }

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

background-color css

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

 a { background-color: rgb(247,24,134); }

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

border-color css

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

 span { border-color: rgb(247,24,134); }

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