#FD3686

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

Shades of Violet Red #FD3686

Tints of Violet Red #FD3686

Color information

#FD3686 (or 0xFD3686) is unknown color: approx Violet Red. HEX triplet: FD, 36 and 86. RGB value is (253,54,134). Sum of RGB (Red+Green+Blue) = 253+54+134=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3686 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3686 is #02C979. Grayscale: #7A7A7A. Windows color (decimal): -182650 or 8795901. OLE color: 8795901.

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

Color convert

RGB25354134-
CMYK00.790.470.01
HSL335.88º98.03%60.2%-
HSV(B)335.88º78.66%99.22%-
XYZ46.1325.2425-
YUV122.62134.43221-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.37%
GREEN value IS 54 (21.48% from 255) = 12.24%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=57.37%
G=12.24%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535413400.790.470.01335.8898.0360.2
HexFD368604F2F1150623c
Octal37566206011757152014274
Binary11111101110110100001100100111110111111010100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3686; }

 p { color: rgb(253,54,134); }

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

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

 a { background-color: rgb(253,54,134); }

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

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

 span { border-color: rgb(253,54,134); }

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