#F2256D

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

Shades of Cerise #F2256D

Tints of Cerise #F2256D

Color information

#F2256D (or 0xF2256D) is unknown color: approx Cerise. HEX triplet: F2, 25 and 6D. RGB value is (242,37,109). Sum of RGB (Red+Green+Blue) = 242+37+109=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2256D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2256D is #0DDA92. Grayscale: #6A6A6A. Windows color (decimal): -907923 or 7153138. OLE color: 7153138.

HSL color Cylindrical-coordinate representation of color #F2256D: hue angle of 338.93º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2256D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB24237109-
CMYK00.850.550.05
HSL338.93º88.74%54.71%-
HSV(B)338.93º84.71%94.9%-
XYZ40.0421.316.47-
YUV106.5129.42224.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.37%
GREEN value IS 37 (14.84% from 255) = 9.54%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=62.37%
G=9.54%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423710900.850.550.05338.9388.7454.71
HexF2256D0553751535937
Octal36245155012567552313167
Binary111100101001011101101010101011101111011010100111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2256D; }

 p { color: rgb(242,37,109); }

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

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

 a { background-color: rgb(242,37,109); }

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

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

 span { border-color: rgb(242,37,109); }

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