#F13879

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

Shades of Violet Red #F13879

Tints of Violet Red #F13879

Color information

#F13879 (or 0xF13879) is unknown color: approx Violet Red. HEX triplet: F1, 38 and 79. RGB value is (241,56,121). Sum of RGB (Red+Green+Blue) = 241+56+121=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F13879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13879 is #0EC786. Grayscale: #767676. Windows color (decimal): -968583 or 7944433. OLE color: 7944433.

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

Color convert

RGB24156121-
CMYK00.770.500.05
HSL338.92º86.85%58.24%-
HSV(B)338.92º76.76%94.51%-
XYZ41.1422.9120.34-
YUV118.72129.29215.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.66%
GREEN value IS 56 (22.27% from 255) = 13.40%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=57.66%
G=13.40%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415612100.770.500.05338.9286.8558.24
HexF1387904D325153573a
Octal36170171011562552312772
Binary111100011110001111001010011011100101011010100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13879; }

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

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

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

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

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

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

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

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