#f90ca6

Color #F90CA6 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F90CA6

Tints of Hollywood Cerise #F90CA6

Color information

#F90CA6 (or 0xF90CA6) is unknown color: approx Hollywood Cerise. HEX triplet: F9, 0C and A6. RGB value is (249,12,166). Sum of RGB (Red+Green+Blue) = 249+12+166=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90CA6 is #06F359. Grayscale: #646464. Windows color (decimal): -455514 or 10882297. OLE color: 10882297.

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

Color convert

RGB24912166-
CMYK00.950.330.02
HSL321.01º95.18%51.18%-
HSV(B)321.01º95.18%97.65%-
XYZ46.0823.1638.12-
YUV100.42165.02233.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.31%
GREEN value IS 12 (5.08% from 255) = 2.81%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=58.31%
G=2.81%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491216600.950.330.02321.0195.1851.18
HexF9CA605F2121415f33
Octal37114246013741250113763
Binary1111100111001010011001011111100001101010000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f90ca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f90ca6; }

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

 H1.HeaderClassName
 {
   color: #f90ca6;
 }
 .AnyTagClassName
 {
   color: #f90ca6;
 }
</style>
background-color css

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

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

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

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

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

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