#FA85F8

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

Shades of Violet #FA85F8

Tints of Violet #FA85F8

Color information

#FA85F8 (or 0xFA85F8) is unknown color: approx Violet. HEX triplet: FA, 85 and F8. RGB value is (250,133,248). Sum of RGB (Red+Green+Blue) = 250+133+248=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 133 (52.34% from 255 or 21.08% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85F8 is #057A07. Grayscale: #B4B4B4. Windows color (decimal): -358920 or 16287226. OLE color: 16287226.

HSL color Cylindrical-coordinate representation of color #FA85F8: hue angle of 301.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85F8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250133248-
CMYK00.470.010.02
HSL301.03º92.13%75.1%-
HSV(B)301.03º46.8%98.04%-
XYZ64.7643.8893.86-
YUV181.09165.76177.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 133 (52.34% from 255) = 21.08%
BLUE value IS 248 (97.27% from 255) = 39.30%
R=39.62%
G=21.08%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013324800.470.010.02301.0392.1375.1
HexFA85F802F1212d5c4b
Octal37220537005712455134113
Binary111110101000010111111000010111111010010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85F8; }

 p { color: rgb(250,133,248); }

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

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

 a { background-color: rgb(250,133,248); }

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

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

 span { border-color: rgb(250,133,248); }

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