#F400A1

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

Shades of Hollywood Cerise #F400A1

Tints of Hollywood Cerise #F400A1

Color information

#F400A1 (or 0xF400A1) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 00 and A1. RGB value is (244,0,161). Sum of RGB (Red+Green+Blue) = 244+0+161=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F400A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400A1 is #0BFF5E. Grayscale: #5A5A5A. Windows color (decimal): -786271 or 10551540. OLE color: 10551540.

HSL color Cylindrical-coordinate representation of color #F400A1: hue angle of 320.41º 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 #F400A1 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB2440161-
CMYK010.340.04
HSL320.41º100%47.84%-
HSV(B)320.41º100%95.69%-
XYZ43.7421.8135.62-
YUV91.31167.34236.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 60.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=60.25%
G=0%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2440161010.340.04320.4110047.84
HexF40A10642241406430
Octal3640241014442450014460
Binary11110100010100001011001001000101001010000001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F400A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F400A1; }

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

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

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

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

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

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

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

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