#F400AD

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

Shades of Hollywood Cerise #F400AD

Tints of Hollywood Cerise #F400AD

Color information

#F400AD (or 0xF400AD) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 00 and AD. RGB value is (244,0,173). Sum of RGB (Red+Green+Blue) = 244+0+173=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F400AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400AD is #0BFF52. Grayscale: #5C5C5C. Windows color (decimal): -786259 or 11337972. OLE color: 11337972.

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

Color convert

RGB2440173-
CMYK010.290.04
HSL317.46º100%47.84%-
HSV(B)317.46º100%95.69%-
XYZ44.8522.2541.47-
YUV92.68173.34235.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 58.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=58.51%
G=0%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2440173010.290.04317.4610047.84
HexF40AD0641D413d6430
Octal3640255014435447514460
Binary1111010001010110101100100111011001001111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F400AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F400AD; }

 p { color: rgb(244,0,173); }

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

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

 a { background-color: rgb(244,0,173); }

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

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

 span { border-color: rgb(244,0,173); }

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