#FD4082

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

Shades of Violet Red #FD4082

Tints of Violet Red #FD4082

Color information

#FD4082 (or 0xFD4082) is unknown color: approx Violet Red. HEX triplet: FD, 40 and 82. RGB value is (253,64,130). Sum of RGB (Red+Green+Blue) = 253+64+130=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4082 is #02BF7D. Grayscale: #7F7F7F. Windows color (decimal): -180094 or 8536317. OLE color: 8536317.

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

Color convert

RGB25364130-
CMYK00.750.490.01
HSL339.05º97.93%62.16%-
HSV(B)339.05º74.7%99.22%-
XYZ46.3726.1623.72-
YUV128.04129.12217.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.60%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=56.60%
G=14.32%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536413000.750.490.01339.0597.9362.16
HexFD408204B311153623e
Octal375100202011361152314276
Binary111111011000000100000100100101111000111010100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4082; }

 p { color: rgb(253,64,130); }

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

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

 a { background-color: rgb(253,64,130); }

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

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

 span { border-color: rgb(253,64,130); }

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