#F40FA3

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

Shades of Hollywood Cerise #F40FA3

Tints of Hollywood Cerise #F40FA3

Color information

#F40FA3 (or 0xF40FA3) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 0F and A3. RGB value is (244,15,163). Sum of RGB (Red+Green+Blue) = 244+15+163=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40FA3 is #0BF05C. Grayscale: #636363. Windows color (decimal): -782429 or 10686452. OLE color: 10686452.

HSL color Cylindrical-coordinate representation of color #F40FA3: hue angle of 321.22º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FA3 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB24415163-
CMYK00.940.330.04
HSL321.22º91.24%50.78%-
HSV(B)321.22º93.85%95.69%-
XYZ44.0922.2236.62-
YUV100.34163.37230.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.82%
GREEN value IS 15 (6.25% from 255) = 3.55%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=57.82%
G=3.55%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441516300.940.330.04321.2291.2450.78
HexF4FA305E2141415b33
Octal36417243013641450113363
Binary11110100111110100011010111101000011001010000011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40FA3; }

 p { color: rgb(244,15,163); }

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

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

 a { background-color: rgb(244,15,163); }

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

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

 span { border-color: rgb(244,15,163); }

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