#FA7BF1

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

Shades of Violet #FA7BF1

Tints of Violet #FA7BF1

Color information

#FA7BF1 (or 0xFA7BF1) is unknown color: approx Violet. HEX triplet: FA, 7B and F1. RGB value is (250,123,241). Sum of RGB (Red+Green+Blue) = 250+123+241=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 123 (48.44% from 255 or 20.03% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BF1 is #05840E. Grayscale: #AEAEAE. Windows color (decimal): -361487 or 15825914. OLE color: 15825914.

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

Color convert

RGB250123241-
CMYK00.510.040.02
HSL304.25º92.7%73.14%-
HSV(B)304.25º50.8%98.04%-
XYZ62.3840.8487.81-
YUV174.42165.58181.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 123 (48.44% from 255) = 20.03%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=40.72%
G=20.03%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012324100.510.040.02304.2592.773.14
HexFA7BF1033421305d49
Octal37217336106342460135111
Binary1111101011110111111000101100111001010011000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7BF1; }

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

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

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

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

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

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

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

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