#FD498A

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

Shades of Violet Red #FD498A

Tints of Violet Red #FD498A

Color information

#FD498A (or 0xFD498A) is unknown color: approx Violet Red. HEX triplet: FD, 49 and 8A. RGB value is (253,73,138). Sum of RGB (Red+Green+Blue) = 253+73+138=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD498A is #02B675. Grayscale: #868686. Windows color (decimal): -177782 or 9062909. OLE color: 9062909.

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

Color convert

RGB25373138-
CMYK00.710.450.01
HSL338.33º97.83%63.92%-
HSV(B)338.33º71.15%99.22%-
XYZ47.4827.4826.85-
YUV134.23130.13212.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.53%
GREEN value IS 73 (28.91% from 255) = 15.73%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=54.53%
G=15.73%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537313800.710.450.01338.3397.8363.92
HexFD498A0472D11526240
Octal3751112120107551522142100
Binary1111110110010011000101001000111101101110101001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD498A; }

 p { color: rgb(253,73,138); }

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

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

 a { background-color: rgb(253,73,138); }

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

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

 span { border-color: rgb(253,73,138); }

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