#FD4892

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

Shades of Violet Red #FD4892

Tints of Violet Red #FD4892

Color information

#FD4892 (or 0xFD4892) is unknown color: approx Violet Red. HEX triplet: FD, 48 and 92. RGB value is (253,72,146). Sum of RGB (Red+Green+Blue) = 253+72+146=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4892 is #02B76D. Grayscale: #868686. Windows color (decimal): -178030 or 9586941. OLE color: 9586941.

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

Color convert

RGB25372146-
CMYK00.720.420.01
HSL335.47º97.84%63.73%-
HSV(B)335.47º71.54%99.22%-
XYZ48.0127.5929.99-
YUV134.55134.47212.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 72 (28.52% from 255) = 15.29%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=53.72%
G=15.29%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537214600.720.420.01335.4797.8463.73
HexFD48920482A114f6240
Octal3751102220110521517142100
Binary1111110110010001001001001001000101010110100111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4892; }

 p { color: rgb(253,72,146); }

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

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

 a { background-color: rgb(253,72,146); }

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

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

 span { border-color: rgb(253,72,146); }

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