#F005AA

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

Shades of Hollywood Cerise #F005AA

Tints of Hollywood Cerise #F005AA

Color information

#F005AA (or 0xF005AA) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 05 and AA. RGB value is (240,5,170). Sum of RGB (Red+Green+Blue) = 240+5+170=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F005AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F005AA is #0FFA55. Grayscale: #5D5D5D. Windows color (decimal): -1047126 or 11142640. OLE color: 11142640.

HSL color Cylindrical-coordinate representation of color #F005AA: hue angle of 317.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005AA is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB2405170-
CMYK00.980.290.06
HSL317.87º95.92%48.04%-
HSV(B)317.87º97.92%94.12%-
XYZ43.2521.5439.91-
YUV94.07170.86232.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.83%
GREEN value IS 5 (2.34% from 255) = 1.20%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=57.83%
G=1.20%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240517000.980.290.06317.8795.9248.04
HexF05AA0621D613e6030
Octal3605252014235647614060
Binary111100001011010101001100010111011101001111101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F005AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F005AA; }

 p { color: rgb(240,5,170); }

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

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

 a { background-color: rgb(240,5,170); }

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

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

 span { border-color: rgb(240,5,170); }

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