#F13971

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

Shades of Cerise #F13971

Tints of Cerise #F13971

Color information

#F13971 (or 0xF13971) is unknown color: approx Cerise. HEX triplet: F1, 39 and 71. RGB value is (241,57,113). Sum of RGB (Red+Green+Blue) = 241+57+113=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F13971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13971 is #0EC68E. Grayscale: #767676. Windows color (decimal): -968335 or 7420401. OLE color: 7420401.

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

Color convert

RGB24157113-
CMYK00.760.530.05
HSL341.74º86.79%58.43%-
HSV(B)341.74º76.35%94.51%-
XYZ40.7222.8217.88-
YUV118.4124.96215.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.64%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=58.64%
G=13.87%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415711300.760.530.05341.7486.7958.43
HexF1397104C355156573a
Octal36171161011465552612772
Binary111100011110011110001010011001101011011010101101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13971; }

 p { color: rgb(241,57,113); }

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

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

 a { background-color: rgb(241,57,113); }

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

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

 span { border-color: rgb(241,57,113); }

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