#FA81F1

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

Shades of Violet #FA81F1

Tints of Violet #FA81F1

Color information

#FA81F1 (or 0xFA81F1) is unknown color: approx Violet. HEX triplet: FA, 81 and F1. RGB value is (250,129,241). Sum of RGB (Red+Green+Blue) = 250+129+241=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81F1 is #057E0E. Grayscale: #B1B1B1. Windows color (decimal): -359951 or 15827450. OLE color: 15827450.

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

Color convert

RGB250129241-
CMYK00.480.040.02
HSL304.46º92.37%74.31%-
HSV(B)304.46º48.4%98.04%-
XYZ63.1542.3888.07-
YUV177.95163.59179.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 129 (50.78% from 255) = 20.81%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=40.32%
G=20.81%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012924100.480.040.02304.4692.3774.31
HexFA81F1030421305c4a
Octal37220136106042460134112
Binary11111010100000011111000101100001001010011000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81F1; }

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

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

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

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

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

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

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

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