#F49FFB

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

Shades of Violet #F49FFB

Tints of Violet #F49FFB

Color information

#F49FFB (or 0xF49FFB) is unknown color: approx Violet. HEX triplet: F4, 9F and FB. RGB value is (244,159,251). Sum of RGB (Red+Green+Blue) = 244+159+251=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 159 (62.5% from 255 or 24.31% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #F49FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49FFB is #0B6004. Grayscale: #C2C2C2. Windows color (decimal): -745477 or 16490484. OLE color: 16490484.

HSL color Cylindrical-coordinate representation of color #F49FFB: hue angle of 295.43º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49FFB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244159251-
CMYK0.030.3700.02
HSL295.43º92%80.39%-
HSV(B)295.43º36.65%98.43%-
XYZ67.1250.9997.57-
YUV194.9159.66163.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.31%
GREEN value IS 159 (62.5% from 255) = 24.31%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=37.31%
G=24.31%
B=38.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441592510.030.3700.02295.439280.39
HexF49FFB325021275c50
Octal36423737334502447134120
Binary1111010010011111111110111110010101010010011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49FFB; }

 p { color: rgb(244,159,251); }

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

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

 a { background-color: rgb(244,159,251); }

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

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

 span { border-color: rgb(244,159,251); }

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