Html Css Color HEX #F80187 Deep Pink

📋 copy color: '#F80187'

red 248 ◦ green 1 ◦ blue 135

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

Shades of Deep Pink #F80187

Tints of Deep Pink #F80187

RGB

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

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

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

R = 64.58%
G = 0.26%
B = 35.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F80187 (or 0xF80187) is known color: Deep Pink. HEX triplet: F8, 01 and 87. RGB value is (248,1,135). Sum of RGB (Red+Green+Blue) = 248+1+135=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F80187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80187 is #07FE78. Grayscale: #595959. Windows color (decimal): -523897 or 8847864. OLE color: 8847864.

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

Color convert

RGB 248 1 135 -
CMYK 0 1.00 0.46 0.03
HSL 327.45º 0.99% 0.49% -
HSV(B) 327.45º 1% 0.97% -
XYZ 43.1 21.73 24.84 -
YUV 90.13 153.33 240.6 -
System Red Green Blue C M Y K H S L
Decimal 248 1 135 0 1.00 0.46 0.03 327.45 0.99 0.49
Hex F8 1 87 0 64 2E 3 147 63 31
Octal 370 1 207 0 144 56 3 507 143 61
Binary 11111000 1 10000111 0 1100100 101110 11 101000111 1100011 110001

Color Harmonies of #F80187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80187

Black with #F80187

Text Example


Text Example

White with #F80187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80187; }

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

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

background-color css

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

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

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

border-color css

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

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

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