#FA81F4

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

Shades of Violet #FA81F4

Tints of Violet #FA81F4

Color information

#FA81F4 (or 0xFA81F4) is unknown color: approx Violet. HEX triplet: FA, 81 and F4. RGB value is (250,129,244). Sum of RGB (Red+Green+Blue) = 250+129+244=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 129 (50.78% from 255 or 20.71% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81F4 is #057E0B. Grayscale: #B1B1B1. Windows color (decimal): -359948 or 16024058. OLE color: 16024058.

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

Color convert

RGB250129244-
CMYK00.480.020.02
HSL302.98º92.37%74.31%-
HSV(B)302.98º48.4%98.04%-
XYZ63.642.5690.45-
YUV178.29165.09179.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 129 (50.78% from 255) = 20.71%
BLUE value IS 244 (95.70% from 255) = 39.17%
R=40.13%
G=20.71%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012924400.480.020.02302.9892.3774.31
HexFA81F40302212f5c4a
Octal37220136406022457134112
Binary1111101010000001111101000110000101010010111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81F4; }

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

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

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

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

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

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

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

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