#F12366

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

Shades of Cerise #F12366

Tints of Cerise #F12366

Color information

#F12366 (or 0xF12366) is unknown color: approx Cerise. HEX triplet: F1, 23 and 66. RGB value is (241,35,102). Sum of RGB (Red+Green+Blue) = 241+35+102=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F12366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12366 is #0EDC99. Grayscale: #686868. Windows color (decimal): -973978 or 6693873. OLE color: 6693873.

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

Color convert

RGB24135102-
CMYK00.850.580.05
HSL340.49º88.03%54.12%-
HSV(B)340.49º85.48%94.51%-
XYZ39.2720.8614.53-
YUV104.23126.75225.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.76%
GREEN value IS 35 (14.06% from 255) = 9.26%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=63.76%
G=9.26%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413510200.850.580.05340.4988.0354.12
HexF123660553A51545836
Octal36143146012572552413066
Binary111100011000111100110010101011110101011010101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12366; }

 p { color: rgb(241,35,102); }

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

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

 a { background-color: rgb(241,35,102); }

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

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

 span { border-color: rgb(241,35,102); }

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