Html Css Color HEX #F90BAA Hollywood Cerise

📋 copy color: '#F90BAA'

red 249 ◦ green 11 ◦ blue 170

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

Shades of Hollywood Cerise #F90BAA

Tints of Hollywood Cerise #F90BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.56%

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

R = 57.91%
G = 2.56%
B = 39.53%

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

#F90BAA (or 0xF90BAA) is known color: Hollywood Cerise. HEX triplet: F9, 0B and AA. RGB value is (249,11,170). Sum of RGB (Red+Green+Blue) = 249+11+170=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90BAA is #06F455. Grayscale: #636363. Windows color (decimal): -455766 or 11144185. OLE color: 11144185.

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

Color convert

RGB 249 11 170 -
CMYK 0 0.96 0.32 0.02
HSL 319.92º 0.95% 0.51% -
HSV(B) 319.92º 0.96% 0.98% -
XYZ 46.44 23.28 40.08 -
YUV 100.29 167.35 234.07 -
System Red Green Blue C M Y K H S L
Decimal 249 11 170 0 0.96 0.32 0.02 319.92 0.95 0.51
Hex F9 B AA 0 60 20 2 140 5F 33
Octal 371 13 252 0 140 40 2 500 137 63
Binary 11111001 1011 10101010 0 1100000 100000 10 101000000 1011111 110011

Color Harmonies of #F90BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BAA

Black with #F90BAA

Text Example


Text Example

White with #F90BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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