Html Css Color HEX #F904A2 Hollywood Cerise

📋 copy color: '#F904A2'

red 249 ◦ green 4 ◦ blue 162

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

Shades of Hollywood Cerise #F904A2

Tints of Hollywood Cerise #F904A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 60%
G = 0.96%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F904A2 (or 0xF904A2) is known color: Hollywood Cerise. HEX triplet: F9, 04 and A2. RGB value is (249,4,162). Sum of RGB (Red+Green+Blue) = 249+4+162=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F904A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F904A2 is #06FB5D. Grayscale: #5E5E5E. Windows color (decimal): -457566 or 10618105. OLE color: 10618105.

HSL color Cylindrical-coordinate representation of color #F904A2: hue angle of 321.31º 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 #F904A2 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 4 162 -
CMYK 0 0.98 0.35 0.02
HSL 321.31º 0.97% 0.5% -
HSV(B) 321.31º 0.98% 0.98% -
XYZ 45.63 22.84 36.18 -
YUV 95.27 165.67 237.65 -
System Red Green Blue C M Y K H S L
Decimal 249 4 162 0 0.98 0.35 0.02 321.31 0.97 0.5
Hex F9 4 A2 0 62 23 2 141 61 32
Octal 371 4 242 0 142 43 2 501 141 62
Binary 11111001 100 10100010 0 1100010 100011 10 101000001 1100001 110010

Color Harmonies of #F904A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904A2

Black with #F904A2

Text Example


Text Example

White with #F904A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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