#F53D92

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

Shades of Violet Red #F53D92

Tints of Violet Red #F53D92

Color information

#F53D92 (or 0xF53D92) is unknown color: approx Violet Red. HEX triplet: F5, 3D and 92. RGB value is (245,61,146). Sum of RGB (Red+Green+Blue) = 245+61+146=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53D92 is #0AC26D. Grayscale: #7D7D7D. Windows color (decimal): -705134 or 9584117. OLE color: 9584117.

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

Color convert

RGB24561146-
CMYK00.750.400.04
HSL332.28º90.2%60%-
HSV(B)332.28º75.1%96.08%-
XYZ44.5124.8329.64-
YUV125.71139.46213.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.20%
GREEN value IS 61 (24.22% from 255) = 13.50%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=54.20%
G=13.50%
B=32.30%

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
Decimal2456114600.750.400.04332.2890.260
HexF53D9204B28414c5a3c
Octal36575222011350451413274
Binary1111010111110110010010010010111010001001010011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53D92; }

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

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

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

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

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

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

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

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