#FD3F7D

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

Shades of Violet Red #FD3F7D

Tints of Violet Red #FD3F7D

Color information

#FD3F7D (or 0xFD3F7D) is unknown color: approx Violet Red. HEX triplet: FD, 3F and 7D. RGB value is (253,63,125). Sum of RGB (Red+Green+Blue) = 253+63+125=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F7D is #02C082. Grayscale: #7E7E7E. Windows color (decimal): -180355 or 8208381. OLE color: 8208381.

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

Color convert

RGB25363125-
CMYK00.750.510.01
HSL340.42º97.94%61.96%-
HSV(B)340.42º75.1%99.22%-
XYZ45.9925.9221.98-
YUV126.88126.95217.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.37%
GREEN value IS 63 (25% from 255) = 14.29%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=57.37%
G=14.29%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536312500.750.510.01340.4297.9461.96
HexFD3F7D04B331154623e
Octal37577175011363152414276
Binary1111110111111111111010100101111001111010101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3F7D; }

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

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

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

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

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

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

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

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