Html Css Color HEX #F90BAC Hollywood Cerise

📋 copy color: '#F90BAC'

red 249 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #F90BAC

Tints of Hollywood Cerise #F90BAC

RGB

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

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

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

R = 57.64%
G = 2.55%
B = 39.81%

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

#F90BAC (or 0xF90BAC) is known color: Hollywood Cerise. HEX triplet: F9, 0B and AC. RGB value is (249,11,172). Sum of RGB (Red+Green+Blue) = 249+11+172=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90BAC is #06F453. Grayscale: #646464. Windows color (decimal): -455764 or 11275257. OLE color: 11275257.

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

Color convert

RGB 249 11 172 -
CMYK 0 0.96 0.31 0.02
HSL 319.41º 0.95% 0.51% -
HSV(B) 319.41º 0.96% 0.98% -
XYZ 46.63 23.36 41.08 -
YUV 100.52 168.35 233.91 -
System Red Green Blue C M Y K H S L
Decimal 249 11 172 0 0.96 0.31 0.02 319.41 0.95 0.51
Hex F9 B AC 0 60 1F 2 13F 5F 33
Octal 371 13 254 0 140 37 2 477 137 63
Binary 11111001 1011 10101100 0 1100000 11111 10 100111111 1011111 110011

Color Harmonies of #F90BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BAC

Black with #F90BAC

Text Example


Text Example

White with #F90BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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