#FD4595

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

Shades of Violet Red #FD4595

Tints of Violet Red #FD4595

Color information

#FD4595 (or 0xFD4595) is unknown color: approx Violet Red. HEX triplet: FD, 45 and 95. RGB value is (253,69,149). Sum of RGB (Red+Green+Blue) = 253+69+149=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4595 is #02BA6A. Grayscale: #858585. Windows color (decimal): -178795 or 9782781. OLE color: 9782781.

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

Color convert

RGB25369149-
CMYK00.730.410.01
HSL333.91º97.87%63.14%-
HSV(B)333.91º72.73%99.22%-
XYZ48.0627.3131.17-
YUV133.14136.96213.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 69 (27.34% from 255) = 14.65%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=53.72%
G=14.65%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536914900.730.410.01333.9197.8763.14
HexFD459504929114e623f
Octal375105225011151151614277
Binary111111011000101100101010100100110100111010011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4595; }

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

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

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

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

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

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

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

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