#F49BF3

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

Shades of Violet #F49BF3

Tints of Violet #F49BF3

Color information

#F49BF3 (or 0xF49BF3) is unknown color: approx Violet. HEX triplet: F4, 9B and F3. RGB value is (244,155,243). Sum of RGB (Red+Green+Blue) = 244+155+243=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 155 (60.94% from 255 or 24.14% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BF3 is #0B640C. Grayscale: #BFBFBF. Windows color (decimal): -746509 or 15965172. OLE color: 15965172.

HSL color Cylindrical-coordinate representation of color #F49BF3: hue angle of 300.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BF3 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB244155243-
CMYK00.360.000.04
HSL300.67º80.18%78.24%-
HSV(B)300.67º36.48%95.69%-
XYZ65.2149.1590.84-
YUV191.64156.99165.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.01%
GREEN value IS 155 (60.94% from 255) = 24.14%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=38.01%
G=24.14%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415524300.360.000.04300.6780.1878.24
HexF49BF30240412d504e
Octal36423336304404455120116
Binary1111010010011011111100110100100010010010110110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BF3; }

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

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

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

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

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

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

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

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