#F905A0

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

Shades of Hollywood Cerise #F905A0

Tints of Hollywood Cerise #F905A0

Color information

#F905A0 (or 0xF905A0) is unknown color: approx Hollywood Cerise. HEX triplet: F9, 05 and A0. RGB value is (249,5,160). Sum of RGB (Red+Green+Blue) = 249+5+160=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F905A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F905A0 is #06FA5F. Grayscale: #5F5F5F. Windows color (decimal): -457312 or 10487289. OLE color: 10487289.

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

Color convert

RGB2495160-
CMYK00.980.360.02
HSL321.89º96.06%49.8%-
HSV(B)321.89º97.99%97.65%-
XYZ45.4722.7935.26-
YUV95.63164.34237.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.14%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=60.14%
G=1.21%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249516000.980.360.02321.8996.0649.8
HexF95A00622421426032
Octal3715240014244250214062
Binary111110011011010000001100010100100101010000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F905A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F905A0; }

 p { color: rgb(249,5,160); }

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

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

 a { background-color: rgb(249,5,160); }

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

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

 span { border-color: rgb(249,5,160); }

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