Html Css Color HEX #F80188 Deep Pink

📋 copy color: '#F80188'

red 248 ◦ green 1 ◦ blue 136

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

Shades of Deep Pink #F80188

Tints of Deep Pink #F80188

RGB

 RED value IS 248 (97.27% from 255) = 64.42%

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 64.42%
G = 0.26%
B = 35.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F80188 (or 0xF80188) is known color: Deep Pink. HEX triplet: F8, 01 and 88. RGB value is (248,1,136). Sum of RGB (Red+Green+Blue) = 248+1+136=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F80188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80188 is #07FE77. Grayscale: #595959. Windows color (decimal): -523896 or 8913400. OLE color: 8913400.

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

Color convert

RGB 248 1 136 -
CMYK 0 1.00 0.45 0.03
HSL 327.21º 0.99% 0.49% -
HSV(B) 327.21º 1% 0.97% -
XYZ 43.17 21.76 25.22 -
YUV 90.24 153.83 240.52 -
System Red Green Blue C M Y K H S L
Decimal 248 1 136 0 1.00 0.45 0.03 327.21 0.99 0.49
Hex F8 1 88 0 64 2D 3 147 63 31
Octal 370 1 210 0 144 55 3 507 143 61
Binary 11111000 1 10001000 0 1100100 101101 11 101000111 1100011 110001

Color Harmonies of #F80188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80188

Black with #F80188

Text Example


Text Example

White with #F80188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80188; }

 p { color: rgb(248,1,136); }

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

background-color css

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

 a { background-color: rgb(248,1,136); }

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

border-color css

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

 span { border-color: rgb(248,1,136); }

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