#FD3A88

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

Shades of Violet Red #FD3A88

Tints of Violet Red #FD3A88

Color information

#FD3A88 (or 0xFD3A88) is unknown color: approx Violet Red. HEX triplet: FD, 3A and 88. RGB value is (253,58,136). Sum of RGB (Red+Green+Blue) = 253+58+136=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3A88 is #02C577. Grayscale: #7D7D7D. Windows color (decimal): -181624 or 8927997. OLE color: 8927997.

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

Color convert

RGB25358136-
CMYK00.770.460.01
HSL336º97.99%60.98%-
HSV(B)336º77.08%99.22%-
XYZ46.4725.6925.8-
YUV125.2134.1219.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.60%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=56.60%
G=12.98%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535813600.770.460.0133697.9960.98
HexFD3A8804D2E1150623d
Octal37572210011556152014275
Binary11111101111010100010000100110110111011010100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3A88; }

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

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

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

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

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

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

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

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