#FD3586

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

Shades of Violet Red #FD3586

Tints of Violet Red #FD3586

Color information

#FD3586 (or 0xFD3586) is unknown color: approx Violet Red. HEX triplet: FD, 35 and 86. RGB value is (253,53,134). Sum of RGB (Red+Green+Blue) = 253+53+134=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3586 is #02CA79. Grayscale: #797979. Windows color (decimal): -182906 or 8795645. OLE color: 8795645.

HSL color Cylindrical-coordinate representation of color #FD3586: hue angle of 335.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD3586 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB25353134-
CMYK00.790.470.01
HSL335.7º98.04%60%-
HSV(B)335.7º79.05%99.22%-
XYZ46.0825.1524.98-
YUV122.03134.76221.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.5%
GREEN value IS 53 (21.09% from 255) = 12.05%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=57.5%
G=12.05%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535313400.790.470.01335.798.0460
HexFD358604F2F1150623c
Octal37565206011757152014274
Binary11111101110101100001100100111110111111010100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3586; }

 p { color: rgb(253,53,134); }

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

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

 a { background-color: rgb(253,53,134); }

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

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

 span { border-color: rgb(253,53,134); }

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