#F40B9E

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

Shades of Hollywood Cerise #F40B9E

Tints of Hollywood Cerise #F40B9E

Color information

#F40B9E (or 0xF40B9E) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 0B and 9E. RGB value is (244,11,158). Sum of RGB (Red+Green+Blue) = 244+11+158=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40B9E is #0BF461. Grayscale: #616161. Windows color (decimal): -783458 or 10357748. OLE color: 10357748.

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

Color convert

RGB24411158-
CMYK00.950.350.04
HSL322.15º91.37%50%-
HSV(B)322.15º95.49%95.69%-
XYZ43.621.9434.28-
YUV97.42162.19232.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.08%
GREEN value IS 11 (4.69% from 255) = 2.66%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=59.08%
G=2.66%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441115800.950.350.04322.1591.3750
HexF4B9E05F2341425b32
Octal36413236013743450213362
Binary11110100101110011110010111111000111001010000101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40B9E; }

 p { color: rgb(244,11,158); }

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

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

 a { background-color: rgb(244,11,158); }

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

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

 span { border-color: rgb(244,11,158); }

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