Html Css Color HEX #F71288 Deep Pink

📋 copy color: '#F71288'

red 247 ◦ green 18 ◦ blue 136

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

Shades of Deep Pink #F71288

Tints of Deep Pink #F71288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.49%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 61.6%
G = 4.49%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F71288 (or 0xF71288) is known color: Deep Pink. HEX triplet: F7, 12 and 88. RGB value is (247,18,136). Sum of RGB (Red+Green+Blue) = 247+18+136=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F71288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71288 is #08ED77. Grayscale: #636363. Windows color (decimal): -585080 or 8917751. OLE color: 8917751.

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

Color convert

RGB 247 18 136 -
CMYK 0 0.93 0.45 0.03
HSL 329.08º 0.93% 0.52% -
HSV(B) 329.08º 0.93% 0.97% -
XYZ 43.02 21.98 25.27 -
YUV 99.92 148.37 232.91 -
System Red Green Blue C M Y K H S L
Decimal 247 18 136 0 0.93 0.45 0.03 329.08 0.93 0.52
Hex F7 12 88 0 5D 2D 3 149 5D 34
Octal 367 22 210 0 135 55 3 511 135 64
Binary 11110111 10010 10001000 0 1011101 101101 11 101001001 1011101 110100

Color Harmonies of #F71288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71288

Black with #F71288

Text Example


Text Example

White with #F71288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71288; }

 p { color: rgb(247,18,136); }

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

background-color css

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

 a { background-color: rgb(247,18,136); }

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

border-color css

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

 span { border-color: rgb(247,18,136); }

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