#FD4083

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

Shades of Violet Red #FD4083

Tints of Violet Red #FD4083

Color information

#FD4083 (or 0xFD4083) is unknown color: approx Violet Red. HEX triplet: FD, 40 and 83. RGB value is (253,64,131). Sum of RGB (Red+Green+Blue) = 253+64+131=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4083 is #02BF7C. Grayscale: #808080. Windows color (decimal): -180093 or 8601853. OLE color: 8601853.

HSL color Cylindrical-coordinate representation of color #FD4083: hue angle of 338.73º 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 #FD4083 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB25364131-
CMYK00.750.480.01
HSL338.73º97.93%62.16%-
HSV(B)338.73º74.7%99.22%-
XYZ46.4426.1924.08-
YUV128.15129.62217.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.47%
GREEN value IS 64 (25.39% from 255) = 14.29%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=56.47%
G=14.29%
B=29.24%

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
Decimal2536413100.750.480.01338.7397.9362.16
HexFD408304B301153623e
Octal375100203011360152314276
Binary111111011000000100000110100101111000011010100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4083; }

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

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

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

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

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

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

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

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