#FD4182

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

Shades of Violet Red #FD4182

Tints of Violet Red #FD4182

Color information

#FD4182 (or 0xFD4182) is unknown color: approx Violet Red. HEX triplet: FD, 41 and 82. RGB value is (253,65,130). Sum of RGB (Red+Green+Blue) = 253+65+130=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4182 is #02BE7D. Grayscale: #808080. Windows color (decimal): -179838 or 8536573. OLE color: 8536573.

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

Color convert

RGB25365130-
CMYK00.740.490.01
HSL339.26º97.92%62.35%-
HSV(B)339.26º74.31%99.22%-
XYZ46.4326.2723.74-
YUV128.62128.78216.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.47%
GREEN value IS 65 (25.78% from 255) = 14.51%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=56.47%
G=14.51%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536513000.740.490.01339.2697.9262.35
HexFD418204A311153623e
Octal375101202011261152314276
Binary111111011000001100000100100101011000111010100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4182; }

 p { color: rgb(253,65,130); }

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

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

 a { background-color: rgb(253,65,130); }

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

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

 span { border-color: rgb(253,65,130); }

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