Html Css Color HEX #F71882 Deep Pink

📋 copy color: '#F71882'

red 247 ◦ green 24 ◦ blue 130

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

Shades of Deep Pink #F71882

Tints of Deep Pink #F71882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 61.6%
G = 5.99%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F71882 (or 0xF71882) is known color: Deep Pink. HEX triplet: F7, 18 and 82. RGB value is (247,24,130). Sum of RGB (Red+Green+Blue) = 247+24+130=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F71882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71882 is #08E77D. Grayscale: #666666. Windows color (decimal): -583550 or 8526071. OLE color: 8526071.

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

Color convert

RGB 247 24 130 -
CMYK 0 0.90 0.47 0.03
HSL 331.48º 0.93% 0.53% -
HSV(B) 331.48º 0.9% 0.97% -
XYZ 42.71 22.04 23.12 -
YUV 102.76 143.38 230.88 -
System Red Green Blue C M Y K H S L
Decimal 247 24 130 0 0.90 0.47 0.03 331.48 0.93 0.53
Hex F7 18 82 0 5A 2F 3 14B 5D 35
Octal 367 30 202 0 132 57 3 513 135 65
Binary 11110111 11000 10000010 0 1011010 101111 11 101001011 1011101 110101

Color Harmonies of #F71882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71882

Black with #F71882

Text Example


Text Example

White with #F71882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71882; }

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

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

background-color css

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

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

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

border-color css

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

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

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