#F53E92

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

Shades of Violet Red #F53E92

Tints of Violet Red #F53E92

Color information

#F53E92 (or 0xF53E92) is unknown color: approx Violet Red. HEX triplet: F5, 3E and 92. RGB value is (245,62,146). Sum of RGB (Red+Green+Blue) = 245+62+146=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53E92 is #0AC16D. Grayscale: #7E7E7E. Windows color (decimal): -704878 or 9584373. OLE color: 9584373.

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

Color convert

RGB24562146-
CMYK00.750.400.04
HSL332.46º90.15%60.2%-
HSV(B)332.46º74.69%96.08%-
XYZ44.5724.9329.66-
YUV126.29139.13212.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 62 (24.61% from 255) = 13.69%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=54.08%
G=13.69%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456214600.750.400.04332.4690.1560.2
HexF53E9204B28414c5a3c
Octal36576222011350451413274
Binary1111010111111010010010010010111010001001010011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53E92; }

 p { color: rgb(245,62,146); }

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

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

 a { background-color: rgb(245,62,146); }

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

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

 span { border-color: rgb(245,62,146); }

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