#F997F3

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

Shades of Violet #F997F3

Tints of Violet #F997F3

Color information

#F997F3 (or 0xF997F3) is unknown color: approx Violet. HEX triplet: F9, 97 and F3. RGB value is (249,151,243). Sum of RGB (Red+Green+Blue) = 249+151+243=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F997F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997F3 is #06680C. Grayscale: #BEBEBE. Windows color (decimal): -419853 or 15964153. OLE color: 15964153.

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

Color convert

RGB249151243-
CMYK00.390.020.02
HSL303.67º89.09%78.43%-
HSV(B)303.67º39.36%97.65%-
XYZ66.3148.7490.71-
YUV190.79157.47169.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.72%
GREEN value IS 151 (59.38% from 255) = 23.48%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=38.72%
G=23.48%
B=37.79%

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
Decimal24915124300.390.020.02303.6789.0978.43
HexF997F302722130594e
Octal37122736304722460131116
Binary1111100110010111111100110100111101010011000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997F3; }

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

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

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

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

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

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

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

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