Html Css Color HEX #F80086 Deep Pink

📋 copy color: '#F80086'

red 248 ◦ green 0 ◦ blue 134

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

Shades of Deep Pink #F80086

Tints of Deep Pink #F80086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 64.92%
G = 0%
B = 35.08%

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

#F80086 (or 0xF80086) is known color: Deep Pink. HEX triplet: F8, 00 and 86. RGB value is (248,0,134). Sum of RGB (Red+Green+Blue) = 248+0+134=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F80086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80086 is #07FF79. Grayscale: #595959. Windows color (decimal): -524154 or 8782072. OLE color: 8782072.

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

Color convert

RGB 248 0 134 -
CMYK 0 1 0.46 0.03
HSL 327.58º 1% 0.49% -
HSV(B) 327.58º 1% 0.97% -
XYZ 43.01 21.68 24.47 -
YUV 89.43 153.16 241.1 -
System Red Green Blue C M Y K H S L
Decimal 248 0 134 0 1 0.46 0.03 327.58 1 0.49
Hex F8 0 86 0 64 2E 3 148 64 31
Octal 370 0 206 0 144 56 3 510 144 61
Binary 11111000 0 10000110 0 1100100 101110 11 101001000 1100100 110001

Color Harmonies of #F80086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80086

Black with #F80086

Text Example


Text Example

White with #F80086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80086; }

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

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

background-color css

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

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

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

border-color css

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

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

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