#F49BF7

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

Shades of Violet #F49BF7

Tints of Violet #F49BF7

Color information

#F49BF7 (or 0xF49BF7) is unknown color: approx Violet. HEX triplet: F4, 9B and F7. RGB value is (244,155,247). Sum of RGB (Red+Green+Blue) = 244+155+247=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #F49BF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BF7 is #0B6408. Grayscale: #BFBFBF. Windows color (decimal): -746505 or 16227316. OLE color: 16227316.

HSL color Cylindrical-coordinate representation of color #F49BF7: hue angle of 298.04º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49BF7 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB244155247-
CMYK0.010.3700.03
HSL298.04º85.19%78.82%-
HSV(B)298.04º37.25%96.86%-
XYZ65.8249.3994.06-
YUV192.1158.99165.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.77%
GREEN value IS 155 (60.94% from 255) = 23.99%
BLUE value IS 247 (96.88% from 255) = 38.24%
R=37.77%
G=23.99%
B=38.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2441552470.010.3700.03298.0485.1978.82
HexF49BF71250312a554f
Octal36423336714503452125117
Binary111101001001101111110111110010101110010101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BF7; }

 p { color: rgb(244,155,247); }

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

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

 a { background-color: rgb(244,155,247); }

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

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

 span { border-color: rgb(244,155,247); }

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