#F40FA2

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

Shades of Hollywood Cerise #F40FA2

Tints of Hollywood Cerise #F40FA2

Color information

#F40FA2 (or 0xF40FA2) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 0F and A2. RGB value is (244,15,162). Sum of RGB (Red+Green+Blue) = 244+15+162=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40FA2 is #0BF05D. Grayscale: #636363. Windows color (decimal): -782430 or 10620916. OLE color: 10620916.

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

Color convert

RGB24415162-
CMYK00.940.340.04
HSL321.48º91.24%50.78%-
HSV(B)321.48º93.85%95.69%-
XYZ4422.1836.15-
YUV100.23162.87230.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.96%
GREEN value IS 15 (6.25% from 255) = 3.56%
BLUE value IS 162 (63.67% from 255) = 38.48%
R=57.96%
G=3.56%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441516200.940.340.04321.4891.2450.78
HexF4FA205E2241415b33
Octal36417242013642450113363
Binary11110100111110100010010111101000101001010000011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40FA2; }

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

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

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

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

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

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

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

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