Html Css Color HEX #F900AA Hollywood Cerise

📋 copy color: '#F900AA'

red 249 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #F900AA

Tints of Hollywood Cerise #F900AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.43%
G = 0%
B = 40.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F900AA (or 0xF900AA) is known color: Hollywood Cerise. HEX triplet: F9, 00 and AA. RGB value is (249,0,170). Sum of RGB (Red+Green+Blue) = 249+0+170=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F900AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F900AA is #06FF55. Grayscale: #5D5D5D. Windows color (decimal): -458582 or 11141369. OLE color: 11141369.

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

Color convert

RGB 249 0 170 -
CMYK 0 1 0.32 0.02
HSL 319.04º 1% 0.49% -
HSV(B) 319.04º 1% 0.98% -
XYZ 46.32 23.04 40.04 -
YUV 93.83 170.99 238.68 -
System Red Green Blue C M Y K H S L
Decimal 249 0 170 0 1 0.32 0.02 319.04 1 0.49
Hex F9 0 AA 0 64 20 2 13F 64 31
Octal 371 0 252 0 144 40 2 477 144 61
Binary 11111001 0 10101010 0 1100100 100000 10 100111111 1100100 110001

Color Harmonies of #F900AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900AA

Black with #F900AA

Text Example


Text Example

White with #F900AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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