#F997F5

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

Shades of Violet #F997F5

Tints of Violet #F997F5

Color information

#F997F5 (or 0xF997F5) is unknown color: approx Violet. HEX triplet: F9, 97 and F5. RGB value is (249,151,245). Sum of RGB (Red+Green+Blue) = 249+151+245=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 151 (59.38% from 255 or 23.41% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F997F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997F5 is #06680A. Grayscale: #BEBEBE. Windows color (decimal): -419851 or 16095225. OLE color: 16095225.

HSL color Cylindrical-coordinate representation of color #F997F5: hue angle of 302.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997F5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249151245-
CMYK00.390.020.02
HSL302.45º89.09%78.43%-
HSV(B)302.45º39.36%97.65%-
XYZ66.6148.8792.31-
YUV191.02158.47169.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 151 (59.38% from 255) = 23.41%
BLUE value IS 245 (96.09% from 255) = 37.98%
R=38.60%
G=23.41%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915124500.390.020.02302.4589.0978.43
HexF997F50272212e594e
Octal37122736504722456131116
Binary1111100110010111111101010100111101010010111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997F5; }

 p { color: rgb(249,151,245); }

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

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

 a { background-color: rgb(249,151,245); }

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

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

 span { border-color: rgb(249,151,245); }

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