#F12A69

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

Shades of Cerise #F12A69

Tints of Cerise #F12A69

Color information

#F12A69 (or 0xF12A69) is unknown color: approx Cerise. HEX triplet: F1, 2A and 69. RGB value is (241,42,105). Sum of RGB (Red+Green+Blue) = 241+42+105=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A69 is #0ED596. Grayscale: #6C6C6C. Windows color (decimal): -972183 or 6892273. OLE color: 6892273.

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

Color convert

RGB24142105-
CMYK00.830.560.05
HSL341.01º87.67%55.49%-
HSV(B)341.01º82.57%94.51%-
XYZ39.6521.3815.4-
YUV108.68125.93222.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 42 (16.80% from 255) = 10.82%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=62.11%
G=10.82%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414210500.830.560.05341.0187.6755.49
HexF12A690533851555837
Octal36152151012370552513067
Binary111100011010101101001010100111110001011010101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12A69; }

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

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

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

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

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

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

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

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