#FD408C

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

Shades of Violet Red #FD408C

Tints of Violet Red #FD408C

Color information

#FD408C (or 0xFD408C) is unknown color: approx Violet Red. HEX triplet: FD, 40 and 8C. RGB value is (253,64,140). Sum of RGB (Red+Green+Blue) = 253+64+140=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD408C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD408C is #02BF73. Grayscale: #818181. Windows color (decimal): -180084 or 9191677. OLE color: 9191677.

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

Color convert

RGB25364140-
CMYK00.750.450.01
HSL335.87º97.93%62.16%-
HSV(B)335.87º74.7%99.22%-
XYZ47.0826.4427.43-
YUV129.17134.12216.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 64 (25.39% from 255) = 14.00%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=55.36%
G=14.00%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536414000.750.450.01335.8797.9362.16
HexFD408C04B2D1150623e
Octal375100214011355152014276
Binary111111011000000100011000100101110110111010100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD408C; }

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

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

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

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

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

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

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

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