#FA059D

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

Shades of Hollywood Cerise #FA059D

Tints of Hollywood Cerise #FA059D

Color information

#FA059D (or 0xFA059D) is unknown color: approx Hollywood Cerise. HEX triplet: FA, 05 and 9D. RGB value is (250,5,157). Sum of RGB (Red+Green+Blue) = 250+5+157=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA059D is #05FA62. Grayscale: #5F5F5F. Windows color (decimal): -391779 or 10290682. OLE color: 10290682.

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

Color convert

RGB2505157-
CMYK00.980.370.02
HSL322.78º96.08%50%-
HSV(B)322.78º98%98.04%-
XYZ45.5622.8733.91-
YUV95.58162.67238.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.68%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=60.68%
G=1.21%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250515700.980.370.02322.7896.0850
HexFA59D0622521436032
Octal3725235014245250314062
Binary111110101011001110101100010100101101010000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA059D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA059D; }

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

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

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

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

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

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

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

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