#F97BF0

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

Shades of Violet #F97BF0

Tints of Violet #F97BF0

Color information

#F97BF0 (or 0xF97BF0) is unknown color: approx Violet. HEX triplet: F9, 7B and F0. RGB value is (249,123,240). Sum of RGB (Red+Green+Blue) = 249+123+240=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 123 (48.44% from 255 or 20.10% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97BF0 is #06840F. Grayscale: #ADADAD. Windows color (decimal): -427024 or 15760377. OLE color: 15760377.

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

Color convert

RGB249123240-
CMYK00.510.040.02
HSL304.29º91.3%72.94%-
HSV(B)304.29º50.6%97.65%-
XYZ61.8840.687.01-
YUV174.01165.24181.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 123 (48.44% from 255) = 20.10%
BLUE value IS 240 (94.14% from 255) = 39.22%
R=40.69%
G=20.10%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912324000.510.040.02304.2991.372.94
HexF97BF0033421305b49
Octal37117336006342460133111
Binary1111100111110111111000001100111001010011000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97BF0; }

 p { color: rgb(249,123,240); }

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

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

 a { background-color: rgb(249,123,240); }

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

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

 span { border-color: rgb(249,123,240); }

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