Html Css Color HEX #F8049A Hollywood Cerise

📋 copy color: '#F8049A'

red 248 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #F8049A

Tints of Hollywood Cerise #F8049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

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

R = 61.08%
G = 0.99%
B = 37.93%

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

#F8049A (or 0xF8049A) is known color: Hollywood Cerise. HEX triplet: F8, 04 and 9A. RGB value is (248,4,154). Sum of RGB (Red+Green+Blue) = 248+4+154=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8049A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8049A is #07FB65. Grayscale: #5D5D5D. Windows color (decimal): -523110 or 10093816. OLE color: 10093816.

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

Color convert

RGB 248 4 154 -
CMYK 0 0.98 0.38 0.03
HSL 323.11º 0.97% 0.49% -
HSV(B) 323.11º 0.98% 0.97% -
XYZ 44.59 22.38 32.54 -
YUV 94.06 161.84 237.8 -
System Red Green Blue C M Y K H S L
Decimal 248 4 154 0 0.98 0.38 0.03 323.11 0.97 0.49
Hex F8 4 9A 0 62 26 3 143 61 31
Octal 370 4 232 0 142 46 3 503 141 61
Binary 11111000 100 10011010 0 1100010 100110 11 101000011 1100001 110001

Color Harmonies of #F8049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8049A

Black with #F8049A

Text Example


Text Example

White with #F8049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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