Html Css Color HEX #F90AAC Hollywood Cerise

📋 copy color: '#F90AAC'

red 249 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #F90AAC

Tints of Hollywood Cerise #F90AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 57.77%
G = 2.32%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F90AAC (or 0xF90AAC) is known color: Hollywood Cerise. HEX triplet: F9, 0A and AC. RGB value is (249,10,172). Sum of RGB (Red+Green+Blue) = 249+10+172=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90AAC is #06F553. Grayscale: #636363. Windows color (decimal): -456020 or 11275001. OLE color: 11275001.

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

Color convert

RGB 249 10 172 -
CMYK 0 0.96 0.31 0.02
HSL 319.33º 0.95% 0.51% -
HSV(B) 319.33º 0.96% 0.98% -
XYZ 46.62 23.34 41.08 -
YUV 99.93 168.68 234.33 -
System Red Green Blue C M Y K H S L
Decimal 249 10 172 0 0.96 0.31 0.02 319.33 0.95 0.51
Hex F9 A AC 0 60 1F 2 13F 5F 33
Octal 371 12 254 0 140 37 2 477 137 63
Binary 11111001 1010 10101100 0 1100000 11111 10 100111111 1011111 110011

Color Harmonies of #F90AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AAC

Black with #F90AAC

Text Example


Text Example

White with #F90AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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