Html Css Color HEX #F71A87 Deep Pink

📋 copy color: '#F71A87'

red 247 ◦ green 26 ◦ blue 135

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

Shades of Deep Pink #F71A87

Tints of Deep Pink #F71A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

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

R = 60.54%
G = 6.37%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F71A87 (or 0xF71A87) is known color: Deep Pink. HEX triplet: F7, 1A and 87. RGB value is (247,26,135). Sum of RGB (Red+Green+Blue) = 247+26+135=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71A87 is #08E578. Grayscale: #686868. Windows color (decimal): -583033 or 8854263. OLE color: 8854263.

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

Color convert

RGB 247 26 135 -
CMYK 0 0.89 0.45 0.03
HSL 330.41º 0.93% 0.54% -
HSV(B) 330.41º 0.89% 0.97% -
XYZ 43.1 22.26 24.95 -
YUV 104.51 145.22 229.64 -
System Red Green Blue C M Y K H S L
Decimal 247 26 135 0 0.89 0.45 0.03 330.41 0.93 0.54
Hex F7 1A 87 0 59 2D 3 14A 5D 36
Octal 367 32 207 0 131 55 3 512 135 66
Binary 11110111 11010 10000111 0 1011001 101101 11 101001010 1011101 110110

Color Harmonies of #F71A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71A87

Black with #F71A87

Text Example


Text Example

White with #F71A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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