#FD3F76

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

Shades of Violet Red #FD3F76

Tints of Violet Red #FD3F76

Color information

#FD3F76 (or 0xFD3F76) is unknown color: approx Violet Red. HEX triplet: FD, 3F and 76. RGB value is (253,63,118). Sum of RGB (Red+Green+Blue) = 253+63+118=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F76 is #02C089. Grayscale: #7E7E7E. Windows color (decimal): -180362 or 7749629. OLE color: 7749629.

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

Color convert

RGB25363118-
CMYK00.750.530.01
HSL342.63º97.94%61.96%-
HSV(B)342.63º75.1%99.22%-
XYZ45.5625.7519.71-
YUV126.08123.45218.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.29%
GREEN value IS 63 (25% from 255) = 14.52%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=58.29%
G=14.52%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536311800.750.530.01342.6397.9461.96
HexFD3F7604B351157623e
Octal37577166011365152714276
Binary1111110111111111101100100101111010111010101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3F76; }

 p { color: rgb(253,63,118); }

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

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

 a { background-color: rgb(253,63,118); }

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

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

 span { border-color: rgb(253,63,118); }

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