#FD4594

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

Shades of Violet Red #FD4594

Tints of Violet Red #FD4594

Color information

#FD4594 (or 0xFD4594) is unknown color: approx Violet Red. HEX triplet: FD, 45 and 94. RGB value is (253,69,148). Sum of RGB (Red+Green+Blue) = 253+69+148=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4594 is #02BA6B. Grayscale: #848484. Windows color (decimal): -178796 or 9717245. OLE color: 9717245.

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

Color convert

RGB25369148-
CMYK00.730.420.01
HSL334.24º97.87%63.14%-
HSV(B)334.24º72.73%99.22%-
XYZ47.9827.2830.75-
YUV133.02136.46213.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.83%
GREEN value IS 69 (27.34% from 255) = 14.68%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=53.83%
G=14.68%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536914800.730.420.01334.2497.8763.14
HexFD45940492A114e623f
Octal375105224011152151614277
Binary111111011000101100101000100100110101011010011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4594; }

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

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

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

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

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

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

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

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