#F53A79

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

Shades of Violet Red #F53A79

Tints of Violet Red #F53A79

Color information

#F53A79 (or 0xF53A79) is unknown color: approx Violet Red. HEX triplet: F5, 3A and 79. RGB value is (245,58,121). Sum of RGB (Red+Green+Blue) = 245+58+121=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53A79 is #0AC586. Grayscale: #797979. Windows color (decimal): -705927 or 7944949. OLE color: 7944949.

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

Color convert

RGB24558121-
CMYK00.760.510.04
HSL339.79º90.34%59.41%-
HSV(B)339.79º76.33%96.08%-
XYZ42.6223.8220.44-
YUV121.09127.95216.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.78%
GREEN value IS 58 (23.05% from 255) = 13.68%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=57.78%
G=13.68%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455812100.760.510.04339.7990.3459.41
HexF53A7904C3341545a3b
Octal36572171011463452413273
Binary111101011110101111001010011001100111001010101001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53A79; }

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

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

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

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

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

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

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

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