#FA85F1

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

Shades of Violet #FA85F1

Tints of Violet #FA85F1

Color information

#FA85F1 (or 0xFA85F1) is unknown color: approx Violet. HEX triplet: FA, 85 and F1. RGB value is (250,133,241). Sum of RGB (Red+Green+Blue) = 250+133+241=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85F1 is #057A0E. Grayscale: #B3B3B3. Windows color (decimal): -358927 or 15828474. OLE color: 15828474.

HSL color Cylindrical-coordinate representation of color #FA85F1: hue angle of 304.62º 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 #FA85F1 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250133241-
CMYK00.470.040.02
HSL304.62º92.13%75.1%-
HSV(B)304.62º46.8%98.04%-
XYZ63.6943.4588.25-
YUV180.3162.26177.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 133 (52.34% from 255) = 21.31%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=40.06%
G=21.31%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013324100.470.040.02304.6292.1375.1
HexFA85F102F421315c4b
Octal37220536105742461134113
Binary11111010100001011111000101011111001010011000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85F1; }

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

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

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

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

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

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

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

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