Html Css Color HEX #F902AA Hollywood Cerise

📋 copy color: '#F902AA'

red 249 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #F902AA

Tints of Hollywood Cerise #F902AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 59.14%
G = 0.48%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F902AA (or 0xF902AA) is known color: Hollywood Cerise. HEX triplet: F9, 02 and AA. RGB value is (249,2,170). Sum of RGB (Red+Green+Blue) = 249+2+170=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F902AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902AA is #06FD55. Grayscale: #5E5E5E. Windows color (decimal): -458070 or 11141881. OLE color: 11141881.

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

Color convert

RGB 249 2 170 -
CMYK 0 0.99 0.32 0.02
HSL 319.19º 0.98% 0.49% -
HSV(B) 319.19º 0.99% 0.98% -
XYZ 46.34 23.09 40.04 -
YUV 95.01 170.33 237.84 -
System Red Green Blue C M Y K H S L
Decimal 249 2 170 0 0.99 0.32 0.02 319.19 0.98 0.49
Hex F9 2 AA 0 63 20 2 13F 62 31
Octal 371 2 252 0 143 40 2 477 142 61
Binary 11111001 10 10101010 0 1100011 100000 10 100111111 1100010 110001

Color Harmonies of #F902AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F902AA

Black with #F902AA

Text Example


Text Example

White with #F902AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F902AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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