#FD4588

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

Shades of Violet Red #FD4588

Tints of Violet Red #FD4588

Color information

#FD4588 (or 0xFD4588) is unknown color: approx Violet Red. HEX triplet: FD, 45 and 88. RGB value is (253,69,136). Sum of RGB (Red+Green+Blue) = 253+69+136=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4588 is #02BA77. Grayscale: #838383. Windows color (decimal): -178808 or 8930813. OLE color: 8930813.

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

Color convert

RGB25369136-
CMYK00.730.460.01
HSL338.15º97.87%63.14%-
HSV(B)338.15º72.73%99.22%-
XYZ47.0826.9226.01-
YUV131.65130.46214.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.24%
GREEN value IS 69 (27.34% from 255) = 15.07%
BLUE value IS 136 (53.52% from 255) = 29.69%
R=55.24%
G=15.07%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536913600.730.460.01338.1597.8763.14
HexFD45880492E1152623f
Octal375105210011156152214277
Binary111111011000101100010000100100110111011010100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4588; }

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

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

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

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

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

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

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

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