#F13D79

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

Shades of Violet Red #F13D79

Tints of Violet Red #F13D79

Color information

#F13D79 (or 0xF13D79) is unknown color: approx Violet Red. HEX triplet: F1, 3D and 79. RGB value is (241,61,121). Sum of RGB (Red+Green+Blue) = 241+61+121=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13D79 is #0EC286. Grayscale: #797979. Windows color (decimal): -967303 or 7945713. OLE color: 7945713.

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

Color convert

RGB24161121-
CMYK00.750.500.05
HSL340º86.54%59.22%-
HSV(B)340º74.69%94.51%-
XYZ41.423.4220.43-
YUV121.66127.63213.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=56.97%
G=14.42%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416112100.750.500.0534086.5459.22
HexF13D7904B325154573b
Octal36175171011362552412773
Binary111100011111011111001010010111100101011010101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13D79; }

 p { color: rgb(241,61,121); }

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

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

 a { background-color: rgb(241,61,121); }

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

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

 span { border-color: rgb(241,61,121); }

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