#F53679

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

Shades of Violet Red #F53679

Tints of Violet Red #F53679

Color information

#F53679 (or 0xF53679) is unknown color: approx Violet Red. HEX triplet: F5, 36 and 79. RGB value is (245,54,121). Sum of RGB (Red+Green+Blue) = 245+54+121=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F53679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53679 is #0AC986. Grayscale: #767676. Windows color (decimal): -706951 or 7943925. OLE color: 7943925.

HSL color Cylindrical-coordinate representation of color #F53679: hue angle of 338.95º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53679 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB24554121-
CMYK00.780.510.04
HSL338.95º90.52%58.63%-
HSV(B)338.95º77.96%96.08%-
XYZ42.4323.4320.38-
YUV118.75129.28218.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.33%
GREEN value IS 54 (21.48% from 255) = 12.86%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=58.33%
G=12.86%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455412100.780.510.04338.9590.5258.63
HexF5367904E3341535b3b
Octal36566171011663452313373
Binary111101011101101111001010011101100111001010100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53679; }

 p { color: rgb(245,54,121); }

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

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

 a { background-color: rgb(245,54,121); }

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

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

 span { border-color: rgb(245,54,121); }

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