#FD408D

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

Shades of Violet Red #FD408D

Tints of Violet Red #FD408D

Color information

#FD408D (or 0xFD408D) is unknown color: approx Violet Red. HEX triplet: FD, 40 and 8D. RGB value is (253,64,141). Sum of RGB (Red+Green+Blue) = 253+64+141=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD408D is #02BF72. Grayscale: #818181. Windows color (decimal): -180083 or 9257213. OLE color: 9257213.

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

Color convert

RGB25364141-
CMYK00.750.440.01
HSL335.56º97.93%62.16%-
HSV(B)335.56º74.7%99.22%-
XYZ47.1526.4727.82-
YUV129.29134.62216.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.24%
GREEN value IS 64 (25.39% from 255) = 13.97%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=55.24%
G=13.97%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536414100.750.440.01335.5697.9362.16
HexFD408D04B2C1150623e
Octal375100215011354152014276
Binary111111011000000100011010100101110110011010100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD408D; }

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

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

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

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

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

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

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

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