#FA059C

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

Shades of Hollywood Cerise #FA059C

Tints of Hollywood Cerise #FA059C

Color information

#FA059C (or 0xFA059C) is unknown color: approx Hollywood Cerise. HEX triplet: FA, 05 and 9C. RGB value is (250,5,156). Sum of RGB (Red+Green+Blue) = 250+5+156=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA059C is #05FA63. Grayscale: #5F5F5F. Windows color (decimal): -391780 or 10225146. OLE color: 10225146.

HSL color Cylindrical-coordinate representation of color #FA059C: hue angle of 323.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA059C is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB2505156-
CMYK00.980.380.02
HSL323.02º96.08%50%-
HSV(B)323.02º98%98.04%-
XYZ45.4822.8333.46-
YUV95.47162.17238.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.83%
GREEN value IS 5 (2.34% from 255) = 1.22%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=60.83%
G=1.22%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250515600.980.380.02323.0296.0850
HexFA59C0622621436032
Octal3725234014246250314062
Binary111110101011001110001100010100110101010000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA059C; }

 p { color: rgb(250,5,156); }

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

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

 a { background-color: rgb(250,5,156); }

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

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

 span { border-color: rgb(250,5,156); }

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