#F13C79

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

Shades of Violet Red #F13C79

Tints of Violet Red #F13C79

Color information

#F13C79 (or 0xF13C79) is unknown color: approx Violet Red. HEX triplet: F1, 3C and 79. RGB value is (241,60,121). Sum of RGB (Red+Green+Blue) = 241+60+121=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C79 is #0EC386. Grayscale: #797979. Windows color (decimal): -967559 or 7945457. OLE color: 7945457.

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

Color convert

RGB24160121-
CMYK00.750.500.05
HSL339.78º86.6%59.02%-
HSV(B)339.78º75.1%94.51%-
XYZ41.3423.3120.41-
YUV121.07127.97213.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.11%
GREEN value IS 60 (23.83% from 255) = 14.22%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=57.11%
G=14.22%
B=28.67%

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
Decimal2416012100.750.500.05339.7886.659.02
HexF13C7904B325154573b
Octal36174171011362552412773
Binary111100011111001111001010010111100101011010101001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13C79; }

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

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

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

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

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

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

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

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