#FD4893

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

Shades of Violet Red #FD4893

Tints of Violet Red #FD4893

Color information

#FD4893 (or 0xFD4893) is unknown color: approx Violet Red. HEX triplet: FD, 48 and 93. RGB value is (253,72,147). Sum of RGB (Red+Green+Blue) = 253+72+147=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4893 is #02B76C. Grayscale: #868686. Windows color (decimal): -178029 or 9652477. OLE color: 9652477.

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

Color convert

RGB25372147-
CMYK00.720.420.01
HSL335.14º97.84%63.73%-
HSV(B)335.14º71.54%99.22%-
XYZ48.0927.6230.4-
YUV134.67134.97212.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.60%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=53.60%
G=15.25%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537214700.720.420.01335.1497.8463.73
HexFD48930482A114f6240
Octal3751102230110521517142100
Binary1111110110010001001001101001000101010110100111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4893; }

 p { color: rgb(253,72,147); }

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

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

 a { background-color: rgb(253,72,147); }

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

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

 span { border-color: rgb(253,72,147); }

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