Html Css Color HEX #F71880 Deep Pink

📋 copy color: '#F71880'

red 247 ◦ green 24 ◦ blue 128

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

Shades of Deep Pink #F71880

Tints of Deep Pink #F71880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 61.9%
G = 6.02%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F71880 (or 0xF71880) is known color: Deep Pink. HEX triplet: F7, 18 and 80. RGB value is (247,24,128). Sum of RGB (Red+Green+Blue) = 247+24+128=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F71880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71880 is #08E77F. Grayscale: #666666. Windows color (decimal): -583552 or 8394999. OLE color: 8394999.

HSL color Cylindrical-coordinate representation of color #F71880: hue angle of 332.02º 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 #F71880 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 24 128 -
CMYK 0 0.90 0.48 0.03
HSL 332.02º 0.93% 0.53% -
HSV(B) 332.02º 0.9% 0.97% -
XYZ 42.58 21.99 22.42 -
YUV 102.53 142.38 231.04 -
System Red Green Blue C M Y K H S L
Decimal 247 24 128 0 0.90 0.48 0.03 332.02 0.93 0.53
Hex F7 18 80 0 5A 30 3 14C 5D 35
Octal 367 30 200 0 132 60 3 514 135 65
Binary 11110111 11000 10000000 0 1011010 110000 11 101001100 1011101 110101

Color Harmonies of #F71880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71880

Black with #F71880

Text Example


Text Example

White with #F71880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71880; }

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

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

background-color css

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

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

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

border-color css

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

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

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