#FD4586

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

Shades of Violet Red #FD4586

Tints of Violet Red #FD4586

Color information

#FD4586 (or 0xFD4586) is unknown color: approx Violet Red. HEX triplet: FD, 45 and 86. RGB value is (253,69,134). Sum of RGB (Red+Green+Blue) = 253+69+134=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4586 is #02BA79. Grayscale: #838383. Windows color (decimal): -178810 or 8799741. OLE color: 8799741.

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

Color convert

RGB25369134-
CMYK00.730.470.01
HSL338.8º97.87%63.14%-
HSV(B)338.8º72.73%99.22%-
XYZ46.9426.8625.26-
YUV131.43129.46214.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 69 (27.34% from 255) = 15.13%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=55.48%
G=15.13%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536913400.730.470.01338.897.8763.14
HexFD45860492F1153623f
Octal375105206011157152314277
Binary111111011000101100001100100100110111111010100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4586; }

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

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

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

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

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

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

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

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