Html Css Color HEX #F90AAA Hollywood Cerise

📋 copy color: '#F90AAA'

red 249 ◦ green 10 ◦ blue 170

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

Shades of Hollywood Cerise #F90AAA

Tints of Hollywood Cerise #F90AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.33%

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

R = 58.04%
G = 2.33%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F90AAA (or 0xF90AAA) is known color: Hollywood Cerise. HEX triplet: F9, 0A and AA. RGB value is (249,10,170). Sum of RGB (Red+Green+Blue) = 249+10+170=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90AAA is #06F555. Grayscale: #636363. Windows color (decimal): -456022 or 11143929. OLE color: 11143929.

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

Color convert

RGB 249 10 170 -
CMYK 0 0.96 0.32 0.02
HSL 319.83º 0.95% 0.51% -
HSV(B) 319.83º 0.96% 0.98% -
XYZ 46.43 23.26 40.07 -
YUV 99.7 167.68 234.49 -
System Red Green Blue C M Y K H S L
Decimal 249 10 170 0 0.96 0.32 0.02 319.83 0.95 0.51
Hex F9 A AA 0 60 20 2 140 5F 33
Octal 371 12 252 0 140 40 2 500 137 63
Binary 11111001 1010 10101010 0 1100000 100000 10 101000000 1011111 110011

Color Harmonies of #F90AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AAA

Black with #F90AAA

Text Example


Text Example

White with #F90AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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