#F997F7

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

Shades of Violet #F997F7

Tints of Violet #F997F7

Color information

#F997F7 (or 0xF997F7) is unknown color: approx Violet. HEX triplet: F9, 97 and F7. RGB value is (249,151,247). Sum of RGB (Red+Green+Blue) = 249+151+247=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 151 (59.38% from 255 or 23.34% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F997F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997F7 is #066808. Grayscale: #BEBEBE. Windows color (decimal): -419849 or 16226297. OLE color: 16226297.

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

Color convert

RGB249151247-
CMYK00.390.010.02
HSL301.22º89.09%78.43%-
HSV(B)301.22º39.36%97.65%-
XYZ66.9248.9993.92-
YUV191.25159.47169.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.49%
GREEN value IS 151 (59.38% from 255) = 23.34%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=38.49%
G=23.34%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915124700.390.010.02301.2289.0978.43
HexF997F70271212d594e
Octal37122736704712455131116
Binary111110011001011111110111010011111010010110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997F7; }

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

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

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

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

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

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

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

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