#F13A89

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

Shades of Violet Red #F13A89

Tints of Violet Red #F13A89

Color information

#F13A89 (or 0xF13A89) is unknown color: approx Violet Red. HEX triplet: F1, 3A and 89. RGB value is (241,58,137). Sum of RGB (Red+Green+Blue) = 241+58+137=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13A89 is #0EC576. Grayscale: #797979. Windows color (decimal): -968055 or 8993521. OLE color: 8993521.

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

Color convert

RGB24158137-
CMYK00.760.430.05
HSL334.1º86.73%58.63%-
HSV(B)334.1º75.93%94.51%-
XYZ42.323.5325.98-
YUV121.72136.63213.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.28%
GREEN value IS 58 (23.05% from 255) = 13.30%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=55.28%
G=13.30%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415813700.760.430.05334.186.7358.63
HexF13A8904C2B514e573b
Octal36172211011453551612773
Binary1111000111101010001001010011001010111011010011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13A89; }

 p { color: rgb(241,58,137); }

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

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

 a { background-color: rgb(241,58,137); }

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

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

 span { border-color: rgb(241,58,137); }

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