#F53C74

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

Shades of Violet Red #F53C74

Tints of Violet Red #F53C74

Color information

#F53C74 (or 0xF53C74) is unknown color: approx Violet Red. HEX triplet: F5, 3C and 74. RGB value is (245,60,116). Sum of RGB (Red+Green+Blue) = 245+60+116=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53C74 is #0AC38B. Grayscale: #797979. Windows color (decimal): -705420 or 7617781. OLE color: 7617781.

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

Color convert

RGB24560116-
CMYK00.760.530.04
HSL341.84º90.24%59.8%-
HSV(B)341.84º75.51%96.08%-
XYZ42.4223.9118.9-
YUV121.7124.79215.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.19%
GREEN value IS 60 (23.83% from 255) = 14.25%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=58.19%
G=14.25%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456011600.760.530.04341.8490.2459.8
HexF53C7404C3541565a3c
Octal36574164011465452613274
Binary111101011111001110100010011001101011001010101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53C74; }

 p { color: rgb(245,60,116); }

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

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

 a { background-color: rgb(245,60,116); }

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

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

 span { border-color: rgb(245,60,116); }

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