#FD417F

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

Shades of Violet Red #FD417F

Tints of Violet Red #FD417F

Color information

#FD417F (or 0xFD417F) is unknown color: approx Violet Red. HEX triplet: FD, 41 and 7F. RGB value is (253,65,127). Sum of RGB (Red+Green+Blue) = 253+65+127=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD417F is #02BE80. Grayscale: #808080. Windows color (decimal): -179841 or 8339965. OLE color: 8339965.

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

Color convert

RGB25365127-
CMYK00.740.500.01
HSL340.21º97.92%62.35%-
HSV(B)340.21º74.31%99.22%-
XYZ46.2326.222.7-
YUV128.28127.28216.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.85%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 127 (50% from 255) = 28.54%
R=56.85%
G=14.61%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536512700.740.500.01340.2197.9262.35
HexFD417F04A321154623e
Octal375101177011262152414276
Binary11111101100000111111110100101011001011010101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD417F; }

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

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

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

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

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

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

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

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