Html Css Color HEX #F8059A Hollywood Cerise

📋 copy color: '#F8059A'

red 248 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #F8059A

Tints of Hollywood Cerise #F8059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 60.93%
G = 1.23%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8059A (or 0xF8059A) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 9A. RGB value is (248,5,154). Sum of RGB (Red+Green+Blue) = 248+5+154=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8059A is #07FA65. Grayscale: #5E5E5E. Windows color (decimal): -522854 or 10094072. OLE color: 10094072.

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

Color convert

RGB 248 5 154 -
CMYK 0 0.98 0.38 0.03
HSL 323.21º 0.96% 0.5% -
HSV(B) 323.21º 0.98% 0.97% -
XYZ 44.6 22.4 32.54 -
YUV 94.64 161.51 237.38 -
System Red Green Blue C M Y K H S L
Decimal 248 5 154 0 0.98 0.38 0.03 323.21 0.96 0.5
Hex F8 5 9A 0 62 26 3 143 60 32
Octal 370 5 232 0 142 46 3 503 140 62
Binary 11111000 101 10011010 0 1100010 100110 11 101000011 1100000 110010

Color Harmonies of #F8059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8059A

Black with #F8059A

Text Example


Text Example

White with #F8059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8059A; }

 p { color: rgb(248,5,154); }

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

background-color css

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

 a { background-color: rgb(248,5,154); }

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

border-color css

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

 span { border-color: rgb(248,5,154); }

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