#FD4084

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

Shades of Violet Red #FD4084

Tints of Violet Red #FD4084

Color information

#FD4084 (or 0xFD4084) is unknown color: approx Violet Red. HEX triplet: FD, 40 and 84. RGB value is (253,64,132). Sum of RGB (Red+Green+Blue) = 253+64+132=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4084 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4084 is #02BF7B. Grayscale: #808080. Windows color (decimal): -180092 or 8667389. OLE color: 8667389.

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

Color convert

RGB25364132-
CMYK00.750.480.01
HSL338.41º97.93%62.16%-
HSV(B)338.41º74.7%99.22%-
XYZ46.5126.2224.44-
YUV128.26130.12216.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.35%
GREEN value IS 64 (25.39% from 255) = 14.25%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=56.35%
G=14.25%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536413200.750.480.01338.4197.9362.16
HexFD408404B301152623e
Octal375100204011360152214276
Binary111111011000000100001000100101111000011010100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4084; }

 p { color: rgb(253,64,132); }

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

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

 a { background-color: rgb(253,64,132); }

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

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

 span { border-color: rgb(253,64,132); }

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