Html Css Color HEX #F80890 Deep Pink

📋 copy color: '#F80890'

red 248 ◦ green 8 ◦ blue 144

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

Shades of Deep Pink #F80890

Tints of Deep Pink #F80890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 62%
G = 2%
B = 36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F80890 (or 0xF80890) is known color: Deep Pink. HEX triplet: F8, 08 and 90. RGB value is (248,8,144). Sum of RGB (Red+Green+Blue) = 248+8+144=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80890 is #07F76F. Grayscale: #5E5E5E. Windows color (decimal): -522096 or 9439480. OLE color: 9439480.

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

Color convert

RGB 248 8 144 -
CMYK 0 0.97 0.42 0.03
HSL 326º 0.94% 0.5% -
HSV(B) 326º 0.97% 0.97% -
XYZ 43.83 22.14 28.35 -
YUV 95.26 155.51 236.94 -
System Red Green Blue C M Y K H S L
Decimal 248 8 144 0 0.97 0.42 0.03 326 0.94 0.5
Hex F8 8 90 0 61 2A 3 146 5E 32
Octal 370 10 220 0 141 52 3 506 136 62
Binary 11111000 1000 10010000 0 1100001 101010 11 101000110 1011110 110010

Color Harmonies of #F80890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80890

Black with #F80890

Text Example


Text Example

White with #F80890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80890; }

 p { color: rgb(248,8,144); }

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

background-color css

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

 a { background-color: rgb(248,8,144); }

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

border-color css

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

 span { border-color: rgb(248,8,144); }

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