#F22E81

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

Shades of Deep Cerise #F22E81

Tints of Deep Cerise #F22E81

Color information

#F22E81 (or 0xF22E81) is unknown color: approx Deep Cerise. HEX triplet: F2, 2E and 81. RGB value is (242,46,129). Sum of RGB (Red+Green+Blue) = 242+46+129=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22E81 is #0DD17E. Grayscale: #717171. Windows color (decimal): -905599 or 8466162. OLE color: 8466162.

HSL color Cylindrical-coordinate representation of color #F22E81: hue angle of 334.59º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22E81 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24246129-
CMYK00.810.470.05
HSL334.59º88.29%56.47%-
HSV(B)334.59º80.99%94.9%-
XYZ41.5622.4222.91-
YUV114.07136.43219.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.03%
GREEN value IS 46 (18.36% from 255) = 11.03%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=58.03%
G=11.03%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424612900.810.470.05334.5988.2956.47
HexF22E810512F514f5838
Octal36256201012157551713070
Binary1111001010111010000001010100011011111011010011111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22E81; }

 p { color: rgb(242,46,129); }

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

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

 a { background-color: rgb(242,46,129); }

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

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

 span { border-color: rgb(242,46,129); }

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