#F13378

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

Shades of Violet Red #F13378

Tints of Violet Red #F13378

Color information

#F13378 (or 0xF13378) is unknown color: approx Violet Red. HEX triplet: F1, 33 and 78. RGB value is (241,51,120). Sum of RGB (Red+Green+Blue) = 241+51+120=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F13378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13378 is #0ECC87. Grayscale: #737373. Windows color (decimal): -969864 or 7877617. OLE color: 7877617.

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

Color convert

RGB24151120-
CMYK00.790.500.05
HSL338.21º87.16%57.25%-
HSV(B)338.21º78.84%94.51%-
XYZ40.8522.4219.94-
YUV115.68130.45217.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.50%
GREEN value IS 51 (20.31% from 255) = 12.38%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=58.50%
G=12.38%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415112000.790.500.05338.2187.1657.25
HexF1337804F3251525739
Octal36163170011762552212771
Binary111100011100111111000010011111100101011010100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13378; }

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

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

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

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

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

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

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

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