Html Css Color HEX #F904AA Hollywood Cerise

📋 copy color: '#F904AA'

red 249 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #F904AA

Tints of Hollywood Cerise #F904AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 58.87%
G = 0.95%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F904AA (or 0xF904AA) is known color: Hollywood Cerise. HEX triplet: F9, 04 and AA. RGB value is (249,4,170). Sum of RGB (Red+Green+Blue) = 249+4+170=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F904AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F904AA is #06FB55. Grayscale: #5F5F5F. Windows color (decimal): -457558 or 11142393. OLE color: 11142393.

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

Color convert

RGB 249 4 170 -
CMYK 0 0.98 0.32 0.02
HSL 319.35º 0.97% 0.5% -
HSV(B) 319.35º 0.98% 0.98% -
XYZ 46.37 23.13 40.05 -
YUV 96.18 169.67 237 -
System Red Green Blue C M Y K H S L
Decimal 249 4 170 0 0.98 0.32 0.02 319.35 0.97 0.5
Hex F9 4 AA 0 62 20 2 13F 61 32
Octal 371 4 252 0 142 40 2 477 141 62
Binary 11111001 100 10101010 0 1100010 100000 10 100111111 1100001 110010

Color Harmonies of #F904AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904AA

Black with #F904AA

Text Example


Text Example

White with #F904AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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