Html Css Color HEX #F80090 Hollywood Cerise

📋 copy color: '#F80090'

red 248 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #F80090

Tints of Hollywood Cerise #F80090

RGB

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

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

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

R = 63.27%
G = 0%
B = 36.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F80090 (or 0xF80090) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 90. RGB value is (248,0,144). Sum of RGB (Red+Green+Blue) = 248+0+144=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F80090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80090 is #07FF6F. Grayscale: #5A5A5A. Windows color (decimal): -524144 or 9437432. OLE color: 9437432.

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

Color convert

RGB 248 0 144 -
CMYK 0 1 0.42 0.03
HSL 325.16º 1% 0.49% -
HSV(B) 325.16º 1% 0.97% -
XYZ 43.75 21.97 28.32 -
YUV 90.57 158.16 240.29 -
System Red Green Blue C M Y K H S L
Decimal 248 0 144 0 1 0.42 0.03 325.16 1 0.49
Hex F8 0 90 0 64 2A 3 145 64 31
Octal 370 0 220 0 144 52 3 505 144 61
Binary 11111000 0 10010000 0 1100100 101010 11 101000101 1100100 110001

Color Harmonies of #F80090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80090

Black with #F80090

Text Example


Text Example

White with #F80090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80090; }

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

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

background-color css

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

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

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

border-color css

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

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

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