Html Css Color HEX #F80286 Deep Pink

📋 copy color: '#F80286'

red 248 ◦ green 2 ◦ blue 134

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

Shades of Deep Pink #F80286

Tints of Deep Pink #F80286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 64.58%
G = 0.52%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F80286 (or 0xF80286) is known color: Deep Pink. HEX triplet: F8, 02 and 86. RGB value is (248,2,134). Sum of RGB (Red+Green+Blue) = 248+2+134=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F80286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80286 is #07FD79. Grayscale: #5A5A5A. Windows color (decimal): -523642 or 8782584. OLE color: 8782584.

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

Color convert

RGB 248 2 134 -
CMYK 0 0.99 0.46 0.03
HSL 327.8º 0.98% 0.49% -
HSV(B) 327.8º 0.99% 0.97% -
XYZ 43.04 21.72 24.48 -
YUV 90.6 152.5 240.27 -
System Red Green Blue C M Y K H S L
Decimal 248 2 134 0 0.99 0.46 0.03 327.8 0.98 0.49
Hex F8 2 86 0 63 2E 3 148 62 31
Octal 370 2 206 0 143 56 3 510 142 61
Binary 11111000 10 10000110 0 1100011 101110 11 101001000 1100010 110001

Color Harmonies of #F80286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80286

Black with #F80286

Text Example


Text Example

White with #F80286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80286; }

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

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

background-color css

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

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

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

border-color css

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

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

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