#FA80F1

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

Shades of Violet #FA80F1

Tints of Violet #FA80F1

Color information

#FA80F1 (or 0xFA80F1) is unknown color: approx Violet. HEX triplet: FA, 80 and F1. RGB value is (250,128,241). Sum of RGB (Red+Green+Blue) = 250+128+241=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80F1 is #057F0E. Grayscale: #B1B1B1. Windows color (decimal): -360207 or 15827194. OLE color: 15827194.

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

Color convert

RGB250128241-
CMYK00.490.040.02
HSL304.43º92.42%74.12%-
HSV(B)304.43º48.8%98.04%-
XYZ63.0242.1188.03-
YUV177.36163.92179.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 128 (50.39% from 255) = 20.68%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=40.39%
G=20.68%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012824100.490.040.02304.4392.4274.12
HexFA80F1031421305c4a
Octal37220036106142460134112
Binary11111010100000001111000101100011001010011000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80F1; }

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

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

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

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

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

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

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

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