#F49BFE

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

Shades of Violet #F49BFE

Tints of Violet #F49BFE

Color information

#F49BFE (or 0xF49BFE) is unknown color: approx Violet. HEX triplet: F4, 9B and FE. RGB value is (244,155,254). Sum of RGB (Red+Green+Blue) = 244+155+254=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 155 (60.94% from 255 or 23.74% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F49BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BFE is #0B6401. Grayscale: #C0C0C0. Windows color (decimal): -746498 or 16686068. OLE color: 16686068.

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

Color convert

RGB244155254-
CMYK0.040.3900.00
HSL293.94º98.02%80.2%-
HSV(B)293.94º38.98%99.61%-
XYZ66.9249.8399.86-
YUV192.9162.49164.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.37%
GREEN value IS 155 (60.94% from 255) = 23.74%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=37.37%
G=23.74%
B=38.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441552540.040.3900.00293.9498.0280.2
HexF49BFE427001266250
Octal36423337644700446142120
Binary1111010010011011111111101001001110010010011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BFE; }

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

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

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

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

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

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

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

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