#F12A6B

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

Shades of Cerise #F12A6B

Tints of Cerise #F12A6B

Color information

#F12A6B (or 0xF12A6B) is unknown color: approx Cerise. HEX triplet: F1, 2A and 6B. RGB value is (241,42,107). Sum of RGB (Red+Green+Blue) = 241+42+107=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A6B is #0ED594. Grayscale: #6C6C6C. Windows color (decimal): -972181 or 7023345. OLE color: 7023345.

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

Color convert

RGB24142107-
CMYK00.830.560.05
HSL340.4º87.67%55.49%-
HSV(B)340.4º82.57%94.51%-
XYZ39.7621.4215.95-
YUV108.91126.93222.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.79%
GREEN value IS 42 (16.80% from 255) = 10.77%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=61.79%
G=10.77%
B=27.44%

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
Decimal2414210700.830.560.05340.487.6755.49
HexF12A6B0533851545837
Octal36152153012370552413067
Binary111100011010101101011010100111110001011010101001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12A6B; }

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

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

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

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

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

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

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

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