Html Css Color HEX #F71E87 Deep Pink

📋 copy color: '#F71E87'

red 247 ◦ green 30 ◦ blue 135

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

Shades of Deep Pink #F71E87

Tints of Deep Pink #F71E87

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.28%

 BLUE value IS 135 (53.13% from 255) = 32.77%

R = 59.95%
G = 7.28%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F71E87 (or 0xF71E87) is known color: Deep Pink. HEX triplet: F7, 1E and 87. RGB value is (247,30,135). Sum of RGB (Red+Green+Blue) = 247+30+135=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71E87 is #08E178. Grayscale: #6A6A6A. Windows color (decimal): -582009 or 8855287. OLE color: 8855287.

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

Color convert

RGB 247 30 135 -
CMYK 0 0.88 0.45 0.03
HSL 330.97º 0.93% 0.54% -
HSV(B) 330.97º 0.88% 0.97% -
XYZ 43.2 22.45 24.98 -
YUV 106.85 143.89 227.96 -
System Red Green Blue C M Y K H S L
Decimal 247 30 135 0 0.88 0.45 0.03 330.97 0.93 0.54
Hex F7 1E 87 0 58 2D 3 14B 5D 36
Octal 367 36 207 0 130 55 3 513 135 66
Binary 11110111 11110 10000111 0 1011000 101101 11 101001011 1011101 110110

Color Harmonies of #F71E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E87

Black with #F71E87

Text Example


Text Example

White with #F71E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E87; }

 p { color: rgb(247,30,135); }

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

background-color css

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

 a { background-color: rgb(247,30,135); }

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

border-color css

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

 span { border-color: rgb(247,30,135); }

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