#FA059E

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

Shades of Hollywood Cerise #FA059E

Tints of Hollywood Cerise #FA059E

Color information

#FA059E (or 0xFA059E) is unknown color: approx Hollywood Cerise. HEX triplet: FA, 05 and 9E. RGB value is (250,5,158). Sum of RGB (Red+Green+Blue) = 250+5+158=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA059E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA059E is #05FA61. Grayscale: #5F5F5F. Windows color (decimal): -391778 or 10356218. OLE color: 10356218.

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

Color convert

RGB2505158-
CMYK00.980.370.02
HSL322.53º96.08%50%-
HSV(B)322.53º98%98.04%-
XYZ45.6522.934.36-
YUV95.7163.17238.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.53%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=60.53%
G=1.21%
B=38.26%

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
Decimal250515800.980.370.02322.5396.0850
HexFA59E0622521436032
Octal3725236014245250314062
Binary111110101011001111001100010100101101010000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA059E; }

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

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

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

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

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

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

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

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