Html Css Color HEX #F9049E Hollywood Cerise

📋 copy color: '#F9049E'

red 249 ◦ green 4 ◦ blue 158

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

Shades of Hollywood Cerise #F9049E

Tints of Hollywood Cerise #F9049E

RGB

 RED value IS 249 (97.66% from 255) = 60.58%

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

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 60.58%
G = 0.97%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9049E (or 0xF9049E) is known color: Hollywood Cerise. HEX triplet: F9, 04 and 9E. RGB value is (249,4,158). Sum of RGB (Red+Green+Blue) = 249+4+158=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9049E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9049E is #06FB61. Grayscale: #5E5E5E. Windows color (decimal): -457570 or 10355961. OLE color: 10355961.

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

Color convert

RGB 249 4 158 -
CMYK 0 0.98 0.37 0.02
HSL 322.29º 0.97% 0.5% -
HSV(B) 322.29º 0.98% 0.98% -
XYZ 45.28 22.7 34.34 -
YUV 94.81 163.67 237.98 -
System Red Green Blue C M Y K H S L
Decimal 249 4 158 0 0.98 0.37 0.02 322.29 0.97 0.5
Hex F9 4 9E 0 62 25 2 142 61 32
Octal 371 4 236 0 142 45 2 502 141 62
Binary 11111001 100 10011110 0 1100010 100101 10 101000010 1100001 110010

Color Harmonies of #F9049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9049E

Black with #F9049E

Text Example


Text Example

White with #F9049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9049E; }

 p { color: rgb(249,4,158); }

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

background-color css

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

 a { background-color: rgb(249,4,158); }

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

border-color css

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

 span { border-color: rgb(249,4,158); }

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