#F12A6A

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

Shades of Cerise #F12A6A

Tints of Cerise #F12A6A

Color information

#F12A6A (or 0xF12A6A) is unknown color: approx Cerise. HEX triplet: F1, 2A and 6A. RGB value is (241,42,106). Sum of RGB (Red+Green+Blue) = 241+42+106=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A6A is #0ED595. Grayscale: #6C6C6C. Windows color (decimal): -972182 or 6957809. OLE color: 6957809.

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

Color convert

RGB24142106-
CMYK00.830.560.05
HSL340.7º87.67%55.49%-
HSV(B)340.7º82.57%94.51%-
XYZ39.7121.415.67-
YUV108.8126.43222.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.95%
GREEN value IS 42 (16.80% from 255) = 10.80%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=61.95%
G=10.80%
B=27.25%

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
Decimal2414210600.830.560.05340.787.6755.49
HexF12A6A0533851555837
Octal36152152012370552513067
Binary111100011010101101010010100111110001011010101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12A6A; }

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

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

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

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

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

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

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

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