#FA81F2

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

Shades of Violet #FA81F2

Tints of Violet #FA81F2

Color information

#FA81F2 (or 0xFA81F2) is unknown color: approx Violet. HEX triplet: FA, 81 and F2. RGB value is (250,129,242). Sum of RGB (Red+Green+Blue) = 250+129+242=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81F2 is #057E0D. Grayscale: #B1B1B1. Windows color (decimal): -359950 or 15892986. OLE color: 15892986.

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

Color convert

RGB250129242-
CMYK00.480.030.02
HSL303.97º92.37%74.31%-
HSV(B)303.97º48.4%98.04%-
XYZ63.342.4488.86-
YUV178.06164.09179.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 129 (50.78% from 255) = 20.77%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=40.26%
G=20.77%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012924200.480.030.02303.9792.3774.31
HexFA81F2030321305c4a
Octal37220136206032460134112
Binary1111101010000001111100100110000111010011000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81F2; }

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

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

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

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

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

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

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

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