#F22D74

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

Shades of Cerise #F22D74

Tints of Cerise #F22D74

Color information

#F22D74 (or 0xF22D74) is unknown color: approx Cerise. HEX triplet: F2, 2D and 74. RGB value is (242,45,116). Sum of RGB (Red+Green+Blue) = 242+45+116=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D74 is #0DD28B. Grayscale: #6F6F6F. Windows color (decimal): -905868 or 7613938. OLE color: 7613938.

HSL color Cylindrical-coordinate representation of color #F22D74: hue angle of 338.38º 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 #F22D74 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB24245116-
CMYK00.810.520.05
HSL338.38º88.34%56.27%-
HSV(B)338.38º81.4%94.9%-
XYZ40.7122.0118.63-
YUV112130.27220.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=60.05%
G=11.17%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424511600.810.520.05338.3888.3456.27
HexF22D740513451525838
Octal36255164012164552213070
Binary111100101011011110100010100011101001011010100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22D74; }

 p { color: rgb(242,45,116); }

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

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

 a { background-color: rgb(242,45,116); }

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

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

 span { border-color: rgb(242,45,116); }

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