#FD95FD

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

Shades of Violet #FD95FD

Tints of Violet #FD95FD

Color information

#FD95FD (or 0xFD95FD) is unknown color: approx Violet. HEX triplet: FD, 95 and FD. RGB value is (253,149,253). Sum of RGB (Red+Green+Blue) = 253+149+253=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 149 (58.59% from 255 or 22.75% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD95FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD95FD is #026A02. Grayscale: #BFBFBF. Windows color (decimal): -158211 or 16619005. OLE color: 16619005.

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

Color convert

RGB253149253-
CMYK00.4100.01
HSL300º96.3%78.82%-
HSV(B)300º41.11%99.22%-
XYZ68.9949.4798.84-
YUV191.95162.46171.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 149 (58.59% from 255) = 22.75%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=38.63%
G=22.75%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314925300.4100.0130096.378.82
HexFD95FD0290112c604f
Octal37522537505101454140117
Binary11111101100101011111110101010010110010110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD95FD; }

 p { color: rgb(253,149,253); }

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

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

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

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

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

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

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