#FD95FE

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

Shades of Violet #FD95FE

Tints of Violet #FD95FE

Color information

#FD95FE (or 0xFD95FE) is unknown color: approx Violet. HEX triplet: FD, 95 and FE. RGB value is (253,149,254). Sum of RGB (Red+Green+Blue) = 253+149+254=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 149 (58.59% from 255 or 22.71% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD95FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD95FE is #026A01. Grayscale: #BFBFBF. Windows color (decimal): -158210 or 16684541. OLE color: 16684541.

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

Color convert

RGB253149254-
CMYK0.000.4100.00
HSL299.43º98.13%79.02%-
HSV(B)299.43º41.34%99.61%-
XYZ69.1449.5399.68-
YUV192.07162.96171.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 149 (58.59% from 255) = 22.71%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=38.57%
G=22.71%
B=38.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531492540.000.4100.00299.4398.1379.02
HexFD95FE0290012b624f
Octal37522537605100453142117
Binary11111101100101011111111001010010010010101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD95FE; }

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

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

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

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

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

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

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

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