#FA0196

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

Shades of Hollywood Cerise #FA0196

Tints of Hollywood Cerise #FA0196

Color information

#FA0196 (or 0xFA0196) is unknown color: approx Hollywood Cerise. HEX triplet: FA, 01 and 96. RGB value is (250,1,150). Sum of RGB (Red+Green+Blue) = 250+1+150=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0196 is #05FE69. Grayscale: #5C5C5C. Windows color (decimal): -392810 or 9830906. OLE color: 9830906.

HSL color Cylindrical-coordinate representation of color #FA0196: hue angle of 324.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0196 is Cyan = 0, Magento = 1.00, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB2501150-
CMYK01.000.40.02
HSL324.1º99.2%49.22%-
HSV(B)324.1º99.6%98.04%-
XYZ44.9422.5530.84-
YUV92.44160.49240.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.34%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=62.34%
G=0.25%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250115001.000.40.02324.199.249.22
HexFA1960642821446331
Octal3721226014450250414361
Binary1111101011001011001100100101000101010001001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0196; }

 p { color: rgb(250,1,150); }

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

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

 a { background-color: rgb(250,1,150); }

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

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

 span { border-color: rgb(250,1,150); }

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