Html Css Color HEX #F80087 Deep Pink

📋 copy color: '#F80087'

red 248 ◦ green 0 ◦ blue 135

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

Shades of Deep Pink #F80087

Tints of Deep Pink #F80087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.75%
G = 0%
B = 35.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F80087 (or 0xF80087) is known color: Deep Pink. HEX triplet: F8, 00 and 87. RGB value is (248,0,135). Sum of RGB (Red+Green+Blue) = 248+0+135=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F80087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80087 is #07FF78. Grayscale: #595959. Windows color (decimal): -524153 or 8847608. OLE color: 8847608.

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

Color convert

RGB 248 0 135 -
CMYK 0 1 0.46 0.03
HSL 327.34º 1% 0.49% -
HSV(B) 327.34º 1% 0.97% -
XYZ 43.08 21.71 24.84 -
YUV 89.54 153.66 241.02 -
System Red Green Blue C M Y K H S L
Decimal 248 0 135 0 1 0.46 0.03 327.34 1 0.49
Hex F8 0 87 0 64 2E 3 147 64 31
Octal 370 0 207 0 144 56 3 507 144 61
Binary 11111000 0 10000111 0 1100100 101110 11 101000111 1100100 110001

Color Harmonies of #F80087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80087

Black with #F80087

Text Example


Text Example

White with #F80087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80087; }

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

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

background-color css

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

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

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

border-color css

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

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

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