Html Css Color HEX #F90AAB Hollywood Cerise

📋 copy color: '#F90AAB'

red 249 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #F90AAB

Tints of Hollywood Cerise #F90AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 57.91%
G = 2.33%
B = 39.77%

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

#F90AAB (or 0xF90AAB) is known color: Hollywood Cerise. HEX triplet: F9, 0A and AB. RGB value is (249,10,171). Sum of RGB (Red+Green+Blue) = 249+10+171=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90AAB is #06F554. Grayscale: #636363. Windows color (decimal): -456021 or 11209465. OLE color: 11209465.

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

Color convert

RGB 249 10 171 -
CMYK 0 0.96 0.31 0.02
HSL 319.58º 0.95% 0.51% -
HSV(B) 319.58º 0.96% 0.98% -
XYZ 46.53 23.3 40.57 -
YUV 99.82 168.18 234.41 -
System Red Green Blue C M Y K H S L
Decimal 249 10 171 0 0.96 0.31 0.02 319.58 0.95 0.51
Hex F9 A AB 0 60 1F 2 140 5F 33
Octal 371 12 253 0 140 37 2 500 137 63
Binary 11111001 1010 10101011 0 1100000 11111 10 101000000 1011111 110011

Color Harmonies of #F90AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90AAB

Black with #F90AAB

Text Example


Text Example

White with #F90AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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