Html Css Color HEX #F90CAC Hollywood Cerise

📋 copy color: '#F90CAC'

red 249 ◦ green 12 ◦ blue 172

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

Shades of Hollywood Cerise #F90CAC

Tints of Hollywood Cerise #F90CAC

RGB

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

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

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

R = 57.51%
G = 2.77%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F90CAC (or 0xF90CAC) is known color: Hollywood Cerise. HEX triplet: F9, 0C and AC. RGB value is (249,12,172). Sum of RGB (Red+Green+Blue) = 249+12+172=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90CAC is #06F353. Grayscale: #646464. Windows color (decimal): -455508 or 11275513. OLE color: 11275513.

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

Color convert

RGB 249 12 172 -
CMYK 0 0.95 0.31 0.02
HSL 319.49º 0.95% 0.51% -
HSV(B) 319.49º 0.95% 0.98% -
XYZ 46.64 23.38 41.08 -
YUV 101.1 168.02 233.49 -
System Red Green Blue C M Y K H S L
Decimal 249 12 172 0 0.95 0.31 0.02 319.49 0.95 0.51
Hex F9 C AC 0 5F 1F 2 13F 5F 33
Octal 371 14 254 0 137 37 2 477 137 63
Binary 11111001 1100 10101100 0 1011111 11111 10 100111111 1011111 110011

Color Harmonies of #F90CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CAC

Black with #F90CAC

Text Example


Text Example

White with #F90CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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