#FA8CFD

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

Shades of Violet #FA8CFD

Tints of Violet #FA8CFD

Color information

#FA8CFD (or 0xFA8CFD) is unknown color: approx Violet. HEX triplet: FA, 8C and FD. RGB value is (250,140,253). Sum of RGB (Red+Green+Blue) = 250+140+253=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 140 (55.08% from 255 or 21.77% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8CFD is #057302. Grayscale: #B9B9B9. Windows color (decimal): -357123 or 16616698. OLE color: 16616698.

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

Color convert

RGB250140253-
CMYK0.010.4500.01
HSL298.41º96.58%77.06%-
HSV(B)298.41º44.66%99.22%-
XYZ66.5346.1798.33-
YUV185.77165.94173.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 140 (55.08% from 255) = 21.77%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=38.88%
G=21.77%
B=39.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501402530.010.4500.01298.4196.5877.06
HexFA8CFD12D0112a614d
Octal37221437515501452141115
Binary11111010100011001111110111011010110010101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CFD; }

 p { color: rgb(250,140,253); }

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

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

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

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

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

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

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