#FA009A

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

Shades of Hollywood Cerise #FA009A

Tints of Hollywood Cerise #FA009A

Color information

#FA009A (or 0xFA009A) is unknown color: approx Hollywood Cerise. HEX triplet: FA, 00 and 9A. RGB value is (250,0,154). Sum of RGB (Red+Green+Blue) = 250+0+154=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA009A is #05FF65. Grayscale: #5B5B5B. Windows color (decimal): -393062 or 10092794. OLE color: 10092794.

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

Color convert

RGB2500154-
CMYK010.380.02
HSL323.04º100%49.02%-
HSV(B)323.04º100%98.04%-
XYZ45.2622.6632.56-
YUV92.31162.82240.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=61.88%
G=0%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2500154010.380.02323.0410049.02
HexFA09A0642621436431
Octal3720232014446250314461
Binary1111101001001101001100100100110101010000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA009A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA009A; }

 p { color: rgb(250,0,154); }

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

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

 a { background-color: rgb(250,0,154); }

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

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

 span { border-color: rgb(250,0,154); }

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