Html Css Color HEX #F90CAA Hollywood Cerise

📋 copy color: '#F90CAA'

red 249 ◦ green 12 ◦ blue 170

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

Shades of Hollywood Cerise #F90CAA

Tints of Hollywood Cerise #F90CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.78%

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

R = 57.77%
G = 2.78%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F90CAA (or 0xF90CAA) is known color: Hollywood Cerise. HEX triplet: F9, 0C and AA. RGB value is (249,12,170). Sum of RGB (Red+Green+Blue) = 249+12+170=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90CAA is #06F355. Grayscale: #646464. Windows color (decimal): -455510 or 11144441. OLE color: 11144441.

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

Color convert

RGB 249 12 170 -
CMYK 0 0.95 0.32 0.02
HSL 320º 0.95% 0.51% -
HSV(B) 320º 0.95% 0.98% -
XYZ 46.45 23.3 40.08 -
YUV 100.88 167.02 233.65 -
System Red Green Blue C M Y K H S L
Decimal 249 12 170 0 0.95 0.32 0.02 320 0.95 0.51
Hex F9 C AA 0 5F 20 2 140 5F 33
Octal 371 14 252 0 137 40 2 500 137 63
Binary 11111001 1100 10101010 0 1011111 100000 10 101000000 1011111 110011

Color Harmonies of #F90CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CAA

Black with #F90CAA

Text Example


Text Example

White with #F90CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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