#F1286B

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

Shades of Cerise #F1286B

Tints of Cerise #F1286B

Color information

#F1286B (or 0xF1286B) is unknown color: approx Cerise. HEX triplet: F1, 28 and 6B. RGB value is (241,40,107). Sum of RGB (Red+Green+Blue) = 241+40+107=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1286B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1286B is #0ED794. Grayscale: #6B6B6B. Windows color (decimal): -972693 or 7022833. OLE color: 7022833.

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

Color convert

RGB24140107-
CMYK00.830.560.05
HSL340º87.77%55.1%-
HSV(B)340º83.4%94.51%-
XYZ39.6921.2815.93-
YUV107.74127.59223.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 40 (16.02% from 255) = 10.31%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=62.11%
G=10.31%
B=27.58%

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
Decimal2414010700.830.560.0534087.7755.1
HexF1286B0533851545837
Octal36150153012370552413067
Binary111100011010001101011010100111110001011010101001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1286B; }

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

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

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

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

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

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

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

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