#FD418A

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

Shades of Violet Red #FD418A

Tints of Violet Red #FD418A

Color information

#FD418A (or 0xFD418A) is unknown color: approx Violet Red. HEX triplet: FD, 41 and 8A. RGB value is (253,65,138). Sum of RGB (Red+Green+Blue) = 253+65+138=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD418A is #02BE75. Grayscale: #818181. Windows color (decimal): -179830 or 9060861. OLE color: 9060861.

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

Color convert

RGB25365138-
CMYK00.740.450.01
HSL336.7º97.92%62.35%-
HSV(B)336.7º74.31%99.22%-
XYZ46.9926.526.68-
YUV129.53132.78216.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=55.48%
G=14.25%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536513800.740.450.01336.797.9262.35
HexFD418A04A2D1151623e
Octal375101212011255152114276
Binary111111011000001100010100100101010110111010100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD418A; }

 p { color: rgb(253,65,138); }

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

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

 a { background-color: rgb(253,65,138); }

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

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

 span { border-color: rgb(253,65,138); }

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