#FD4895

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

Shades of Violet Red #FD4895

Tints of Violet Red #FD4895

Color information

#FD4895 (or 0xFD4895) is unknown color: approx Violet Red. HEX triplet: FD, 48 and 95. RGB value is (253,72,149). Sum of RGB (Red+Green+Blue) = 253+72+149=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4895 is #02B76A. Grayscale: #868686. Windows color (decimal): -178027 or 9783549. OLE color: 9783549.

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

Color convert

RGB25372149-
CMYK00.720.410.01
HSL334.48º97.84%63.73%-
HSV(B)334.48º71.54%99.22%-
XYZ48.2527.6931.23-
YUV134.9135.97212.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.38%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=53.38%
G=15.19%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537214900.720.410.01334.4897.8463.73
HexFD489504829114e6240
Octal3751102250110511516142100
Binary1111110110010001001010101001000101001110100111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4895; }

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

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

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

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

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

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

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

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