#FF97FA

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

Shades of Violet #FF97FA

Tints of Violet #FF97FA

Color information

#FF97FA (or 0xFF97FA) is unknown color: approx Violet. HEX triplet: FF, 97 and FA. RGB value is (255,151,250). Sum of RGB (Red+Green+Blue) = 255+151+250=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 151 (59.38% from 255 or 23.02% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97FA is #006805. Grayscale: #C1C1C1. Windows color (decimal): -26630 or 16422911. OLE color: 16422911.

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

Color convert

RGB255151250-
CMYK00.410.020
HSL302.88º100%79.61%-
HSV(B)302.88º40.78%100%-
XYZ69.5650.396.48-
YUV193.38159.96171.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 151 (59.38% from 255) = 23.02%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=38.87%
G=23.02%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515125000.410.020302.8810079.61
HexFF97FA0292012f6450
Octal37722737205120457144120
Binary111111111001011111111010010100110010010111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97FA; }

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

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

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

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

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

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

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

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