#FA06A6

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

Shades of Hollywood Cerise #FA06A6

Tints of Hollywood Cerise #FA06A6

Color information

#FA06A6 (or 0xFA06A6) is unknown color: approx Hollywood Cerise. HEX triplet: FA, 06 and A6. RGB value is (250,6,166). Sum of RGB (Red+Green+Blue) = 250+6+166=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA06A6 is #05F959. Grayscale: #606060. Windows color (decimal): -391514 or 10880762. OLE color: 10880762.

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

Color convert

RGB2506166-
CMYK00.980.340.02
HSL320.66º96.06%50.2%-
HSV(B)320.66º97.6%98.04%-
XYZ46.3723.2138.11-
YUV97.2166.84236.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.24%
GREEN value IS 6 (2.73% from 255) = 1.42%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=59.24%
G=1.42%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250616600.980.340.02320.6696.0650.2
HexFA6A60622221416032
Octal3726246014242250114062
Binary111110101101010011001100010100010101010000011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA06A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA06A6; }

 p { color: rgb(250,6,166); }

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

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

 a { background-color: rgb(250,6,166); }

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

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

 span { border-color: rgb(250,6,166); }

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