#F12C6C

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

Shades of Cerise #F12C6C

Tints of Cerise #F12C6C

Color information

#F12C6C (or 0xF12C6C) is unknown color: approx Cerise. HEX triplet: F1, 2C and 6C. RGB value is (241,44,108). Sum of RGB (Red+Green+Blue) = 241+44+108=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C6C is #0ED393. Grayscale: #6E6E6E. Windows color (decimal): -971668 or 7089393. OLE color: 7089393.

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

Color convert

RGB24144108-
CMYK00.820.550.05
HSL340.51º87.56%55.88%-
HSV(B)340.51º81.74%94.51%-
XYZ39.8821.5816.25-
YUV110.2126.77221.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 44 (17.58% from 255) = 11.20%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=61.32%
G=11.20%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414410800.820.550.05340.5187.5655.88
HexF12C6C0523751555838
Octal36154154012267552513070
Binary111100011011001101100010100101101111011010101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12C6C; }

 p { color: rgb(241,44,108); }

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

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

 a { background-color: rgb(241,44,108); }

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

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

 span { border-color: rgb(241,44,108); }

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