#F42270

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

Shades of Cerise #F42270

Tints of Cerise #F42270

Color information

#F42270 (or 0xF42270) is unknown color: approx Cerise. HEX triplet: F4, 22 and 70. RGB value is (244,34,112). Sum of RGB (Red+Green+Blue) = 244+34+112=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F42270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42270 is #0BDD8F. Grayscale: #696969. Windows color (decimal): -777616 or 7348980. OLE color: 7348980.

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

Color convert

RGB24434112-
CMYK00.860.540.04
HSL337.71º90.52%54.51%-
HSV(B)337.71º86.07%95.69%-
XYZ40.821.5517.34-
YUV105.68131.57226.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 62.56%
GREEN value IS 34 (13.67% from 255) = 8.72%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=62.56%
G=8.72%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443411200.860.540.04337.7190.5254.51
HexF422700563641525b37
Octal36442160012666452213367
Binary111101001000101110000010101101101101001010100101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42270; }

 p { color: rgb(244,34,112); }

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

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

 a { background-color: rgb(244,34,112); }

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

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

 span { border-color: rgb(244,34,112); }

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