#FB97FA

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

Shades of Violet #FB97FA

Tints of Violet #FB97FA

Color information

#FB97FA (or 0xFB97FA) is unknown color: approx Violet. HEX triplet: FB, 97 and FA. RGB value is (251,151,250). Sum of RGB (Red+Green+Blue) = 251+151+250=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 151 (59.38% from 255 or 23.16% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB97FA is #046805. Grayscale: #BFBFBF. Windows color (decimal): -288774 or 16422907. OLE color: 16422907.

HSL color Cylindrical-coordinate representation of color #FB97FA: hue angle of 300.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB97FA is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251151250-
CMYK00.400.000.02
HSL300.6º92.59%78.82%-
HSV(B)300.6º39.84%98.43%-
XYZ68.1149.5496.42-
YUV192.19160.63169.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 151 (59.38% from 255) = 23.16%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=38.50%
G=23.16%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115125000.400.000.02300.692.5978.82
HexFB97FA0280212d5d4f
Octal37322737205002455135117
Binary111110111001011111111010010100001010010110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97FA; }

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

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

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

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

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

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

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

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