#F13079

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

Shades of Violet Red #F13079

Tints of Violet Red #F13079

Color information

#F13079 (or 0xF13079) is unknown color: approx Violet Red. HEX triplet: F1, 30 and 79. RGB value is (241,48,121). Sum of RGB (Red+Green+Blue) = 241+48+121=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F13079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13079 is #0ECF86. Grayscale: #717171. Windows color (decimal): -970631 or 7942385. OLE color: 7942385.

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

Color convert

RGB24148121-
CMYK00.800.500.05
HSL337.31º87.33%56.67%-
HSV(B)337.31º80.08%94.51%-
XYZ40.7822.220.22-
YUV114.03131.94218.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.78%
GREEN value IS 48 (19.14% from 255) = 11.71%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=58.78%
G=11.71%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414812100.800.500.05337.3187.3356.67
HexF130790503251515739
Octal36160171012062552112771
Binary111100011100001111001010100001100101011010100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13079; }

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

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

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

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

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

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

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

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