Html Css Color HEX #F80186 Deep Pink

📋 copy color: '#F80186'

red 248 ◦ green 1 ◦ blue 134

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

Shades of Deep Pink #F80186

Tints of Deep Pink #F80186

RGB

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

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

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

R = 64.75%
G = 0.26%
B = 34.99%

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

#F80186 (or 0xF80186) is known color: Deep Pink. HEX triplet: F8, 01 and 86. RGB value is (248,1,134). Sum of RGB (Red+Green+Blue) = 248+1+134=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F80186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80186 is #07FE79. Grayscale: #595959. Windows color (decimal): -523898 or 8782328. OLE color: 8782328.

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

Color convert

RGB 248 1 134 -
CMYK 0 1.00 0.46 0.03
HSL 327.69º 0.99% 0.49% -
HSV(B) 327.69º 1% 0.97% -
XYZ 43.03 21.7 24.47 -
YUV 90.02 152.83 240.69 -
System Red Green Blue C M Y K H S L
Decimal 248 1 134 0 1.00 0.46 0.03 327.69 0.99 0.49
Hex F8 1 86 0 64 2E 3 148 63 31
Octal 370 1 206 0 144 56 3 510 143 61
Binary 11111000 1 10000110 0 1100100 101110 11 101001000 1100011 110001

Color Harmonies of #F80186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80186

Black with #F80186

Text Example


Text Example

White with #F80186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80186; }

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

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

background-color css

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

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

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

border-color css

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

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

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