#F53C85

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

Shades of Violet Red #F53C85

Tints of Violet Red #F53C85

Color information

#F53C85 (or 0xF53C85) is unknown color: approx Violet Red. HEX triplet: F5, 3C and 85. RGB value is (245,60,133). Sum of RGB (Red+Green+Blue) = 245+60+133=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53C85 is #0AC37A. Grayscale: #7B7B7B. Windows color (decimal): -705403 or 8731893. OLE color: 8731893.

HSL color Cylindrical-coordinate representation of color #F53C85: hue angle of 336.32º 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 #F53C85 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24560133-
CMYK00.760.460.04
HSL336.32º90.24%59.8%-
HSV(B)336.32º75.51%96.08%-
XYZ43.5124.3424.59-
YUV123.64133.29214.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.94%
GREEN value IS 60 (23.83% from 255) = 13.70%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=55.94%
G=13.70%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456013300.760.460.04336.3290.2459.8
HexF53C8504C2E41505a3c
Octal36574205011456452013274
Binary1111010111110010000101010011001011101001010100001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53C85; }

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

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

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

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

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

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

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

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