#F49BFC

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

Shades of Violet #F49BFC

Tints of Violet #F49BFC

Color information

#F49BFC (or 0xF49BFC) is unknown color: approx Violet. HEX triplet: F4, 9B and FC. RGB value is (244,155,252). Sum of RGB (Red+Green+Blue) = 244+155+252=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 155 (60.94% from 255 or 23.81% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #F49BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BFC is #0B6403. Grayscale: #C0C0C0. Windows color (decimal): -746500 or 16554996. OLE color: 16554996.

HSL color Cylindrical-coordinate representation of color #F49BFC: hue angle of 295.05º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F49BFC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244155252-
CMYK0.030.3800.01
HSL295.05º94.17%79.8%-
HSV(B)295.05º38.49%98.82%-
XYZ66.649.798.18-
YUV192.67161.49164.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.48%
GREEN value IS 155 (60.94% from 255) = 23.81%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=37.48%
G=23.81%
B=38.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441552520.030.3800.01295.0594.1779.8
HexF49BFC326011275e50
Octal36423337434601447136120
Binary111101001001101111111100111001100110010011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BFC; }

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

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

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

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

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

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

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

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