#f13975

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

Shades of Violet Red #F13975

Tints of Violet Red #F13975

Color information

#F13975 (or 0xF13975) is unknown color: approx Violet Red. HEX triplet: F1, 39 and 75. RGB value is (241,57,117). Sum of RGB (Red+Green+Blue) = 241+57+117=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F13975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13975 is #0EC68A. Grayscale: #767676. Windows color (decimal): -968331 or 7682545. OLE color: 7682545.

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

Color convert

RGB24157117-
CMYK00.760.510.05
HSL340.43º86.79%58.43%-
HSV(B)340.43º76.35%94.51%-
XYZ40.9522.9119.09-
YUV118.86126.96215.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=58.07%
G=13.73%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415711700.760.510.05340.4386.7958.43
HexF1397504C335154573a
Octal36171165011463552412772
Binary111100011110011110101010011001100111011010101001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13975; }

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

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

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

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

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

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

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

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