#F12A68

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

Shades of Cerise #F12A68

Tints of Cerise #F12A68

Color information

#F12A68 (or 0xF12A68) is unknown color: approx Cerise. HEX triplet: F1, 2A and 68. RGB value is (241,42,104). Sum of RGB (Red+Green+Blue) = 241+42+104=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A68 is #0ED597. Grayscale: #6C6C6C. Windows color (decimal): -972184 or 6826737. OLE color: 6826737.

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

Color convert

RGB24142104-
CMYK00.830.570.05
HSL341.31º87.67%55.49%-
HSV(B)341.31º82.57%94.51%-
XYZ39.621.3615.13-
YUV108.57125.43222.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.27%
GREEN value IS 42 (16.80% from 255) = 10.85%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=62.27%
G=10.85%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414210400.830.570.05341.3187.6755.49
HexF12A680533951555837
Octal36152150012371552513067
Binary111100011010101101000010100111110011011010101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12A68; }

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

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

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

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

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

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

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

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