#FD94FC

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

Shades of Violet #FD94FC

Tints of Violet #FD94FC

Color information

#FD94FC (or 0xFD94FC) is unknown color: approx Violet. HEX triplet: FD, 94 and FC. RGB value is (253,148,252). Sum of RGB (Red+Green+Blue) = 253+148+252=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 148 (58.20% from 255 or 22.66% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD94FC is #026B03. Grayscale: #BEBEBE. Windows color (decimal): -158468 or 16553213. OLE color: 16553213.

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

Color convert

RGB253148252-
CMYK00.420.000.01
HSL300.57º96.33%78.63%-
HSV(B)300.57º41.5%99.22%-
XYZ68.6749.0997.95-
YUV191.25162.29172.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 148 (58.20% from 255) = 22.66%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=38.74%
G=22.66%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314825200.420.000.01300.5796.3378.63
HexFD94FC02A0112d604f
Octal37522437405201455140117
Binary11111101100101001111110001010100110010110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD94FC; }

 p { color: rgb(253,148,252); }

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

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

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

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

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

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

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