#f12e69

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

Shades of Cerise #F12E69

Tints of Cerise #F12E69

Color information

#F12E69 (or 0xF12E69) is unknown color: approx Cerise. HEX triplet: F1, 2E and 69. RGB value is (241,46,105). Sum of RGB (Red+Green+Blue) = 241+46+105=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E69 is #0ED196. Grayscale: #6E6E6E. Windows color (decimal): -971159 or 6893297. OLE color: 6893297.

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

Color convert

RGB24146105-
CMYK00.810.560.05
HSL341.85º87.44%56.27%-
HSV(B)341.85º80.91%94.51%-
XYZ39.821.6715.45-
YUV111.03124.6220.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.48%
GREEN value IS 46 (18.36% from 255) = 11.73%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=61.48%
G=11.73%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414610500.810.560.05341.8587.4456.27
HexF12E690513851565738
Octal36156151012170552612770
Binary111100011011101101001010100011110001011010101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12e69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12e69; }

 p { color: rgb(241,46,105); }

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

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

 a { background-color: rgb(241,46,105); }

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

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

 span { border-color: rgb(241,46,105); }

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