#FD3688

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

Shades of Violet Red #FD3688

Tints of Violet Red #FD3688

Color information

#FD3688 (or 0xFD3688) is unknown color: approx Violet Red. HEX triplet: FD, 36 and 88. RGB value is (253,54,136). Sum of RGB (Red+Green+Blue) = 253+54+136=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3688 is #02C977. Grayscale: #7A7A7A. Windows color (decimal): -182648 or 8926973. OLE color: 8926973.

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

Color convert

RGB25354136-
CMYK00.790.460.01
HSL335.28º98.03%60.2%-
HSV(B)335.28º78.66%99.22%-
XYZ46.2725.325.74-
YUV122.85135.43220.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.11%
GREEN value IS 54 (21.48% from 255) = 12.19%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=57.11%
G=12.19%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535413600.790.460.01335.2898.0360.2
HexFD368804F2E114f623c
Octal37566210011756151714274
Binary11111101110110100010000100111110111011010011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3688; }

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

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

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

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

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

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

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

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