#F97CF3

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

Shades of Violet #F97CF3

Tints of Violet #F97CF3

Color information

#F97CF3 (or 0xF97CF3) is unknown color: approx Violet. HEX triplet: F9, 7C and F3. RGB value is (249,124,243). Sum of RGB (Red+Green+Blue) = 249+124+243=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97CF3 is #06830C. Grayscale: #AEAEAE. Windows color (decimal): -426765 or 15957241. OLE color: 15957241.

HSL color Cylindrical-coordinate representation of color #F97CF3: hue angle of 302.88º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97CF3 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249124243-
CMYK00.500.020.02
HSL302.88º91.24%73.14%-
HSV(B)302.88º50.2%97.65%-
XYZ62.4541.0389.42-
YUV174.94166.41180.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 124 (48.83% from 255) = 20.13%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=40.42%
G=20.13%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912424300.500.020.02302.8891.2473.14
HexF97CF30322212f5b49
Octal37117436306222457133111
Binary111110011111100111100110110010101010010111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97CF3; }

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

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

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

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

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

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

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

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