#F13380

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

Shades of Violet Red #F13380

Tints of Violet Red #F13380

Color information

#F13380 (or 0xF13380) is unknown color: approx Violet Red. HEX triplet: F1, 33 and 80. RGB value is (241,51,128). Sum of RGB (Red+Green+Blue) = 241+51+128=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F13380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13380 is #0ECC7F. Grayscale: #747474. Windows color (decimal): -969856 or 8401905. OLE color: 8401905.

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

Color convert

RGB24151128-
CMYK00.790.470.05
HSL335.68º87.16%57.25%-
HSV(B)335.68º78.84%94.51%-
XYZ41.3622.6322.61-
YUV116.59134.45216.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.38%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=57.38%
G=12.14%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415112800.790.470.05335.6887.1657.25
HexF1338004F2F51505739
Octal36163200011757552012771
Binary1111000111001110000000010011111011111011010100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13380; }

 p { color: rgb(241,51,128); }

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

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

 a { background-color: rgb(241,51,128); }

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

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

 span { border-color: rgb(241,51,128); }

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