#F1366E

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

Shades of Cerise #F1366E

Tints of Cerise #F1366E

Color information

#F1366E (or 0xF1366E) is unknown color: approx Cerise. HEX triplet: F1, 36 and 6E. RGB value is (241,54,110). Sum of RGB (Red+Green+Blue) = 241+54+110=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1366E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1366E is #0EC991. Grayscale: #747474. Windows color (decimal): -969106 or 7223025. OLE color: 7223025.

HSL color Cylindrical-coordinate representation of color #F1366E: hue angle of 342.03º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1366E is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24154110-
CMYK00.780.540.05
HSL342.03º86.98%57.84%-
HSV(B)342.03º77.59%94.51%-
XYZ40.4122.4616.96-
YUV116.3124.45216.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.51%
GREEN value IS 54 (21.48% from 255) = 13.33%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=59.51%
G=13.33%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415411000.780.540.05342.0386.9857.84
HexF1366E04E365156573a
Octal36166156011666552612772
Binary111100011101101101110010011101101101011010101101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1366E; }

 p { color: rgb(241,54,110); }

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

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

 a { background-color: rgb(241,54,110); }

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

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

 span { border-color: rgb(241,54,110); }

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