#F404A1

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

Shades of Hollywood Cerise #F404A1

Tints of Hollywood Cerise #F404A1

Color information

#F404A1 (or 0xF404A1) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 04 and A1. RGB value is (244,4,161). Sum of RGB (Red+Green+Blue) = 244+4+161=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F404A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F404A1 is #0BFB5E. Grayscale: #5D5D5D. Windows color (decimal): -785247 or 10552564. OLE color: 10552564.

HSL color Cylindrical-coordinate representation of color #F404A1: hue angle of 320.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404A1 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB2444161-
CMYK00.980.340.04
HSL320.75º96.77%48.63%-
HSV(B)320.75º98.36%95.69%-
XYZ43.7821.8935.64-
YUV93.66166.01235.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.66%
GREEN value IS 4 (1.95% from 255) = 0.98%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=59.66%
G=0.98%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244416100.980.340.04320.7596.7748.63
HexF44A10622241416131
Octal3644241014242450114161
Binary1111010010010100001011000101000101001010000011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F404A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F404A1; }

 p { color: rgb(244,4,161); }

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

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

 a { background-color: rgb(244,4,161); }

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

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

 span { border-color: rgb(244,4,161); }

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