#FB97FF

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

Shades of Violet #FB97FF

Tints of Violet #FB97FF

Color information

#FB97FF (or 0xFB97FF) is unknown color: approx Violet. HEX triplet: FB, 97 and FF. RGB value is (251,151,255). Sum of RGB (Red+Green+Blue) = 251+151+255=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 151 (59.38% from 255 or 22.98% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB97FF is #046800. Grayscale: #C0C0C0. Windows color (decimal): -288769 or 16750587. OLE color: 16750587.

HSL color Cylindrical-coordinate representation of color #FB97FF: hue angle of 297.69º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB97FF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251151255-
CMYK0.020.4100
HSL297.69º100%79.61%-
HSV(B)297.69º40.78%100%-
XYZ68.949.86100.6-
YUV192.76163.13169.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 151 (59.38% from 255) = 22.98%
BLUE value IS 255 (100% from 255) = 38.81%
R=38.20%
G=22.98%
B=38.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511512550.020.4100297.6910079.61
HexFB97FF2290012a6450
Octal37322737725100452144120
Binary111110111001011111111111101010010010010101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97FF; }

 p { color: rgb(251,151,255); }

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

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

 a { background-color: rgb(251,151,255); }

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

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

 span { border-color: rgb(251,151,255); }

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