#F49DFC

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

Shades of Violet #F49DFC

Tints of Violet #F49DFC

Color information

#F49DFC (or 0xF49DFC) is unknown color: approx Violet. HEX triplet: F4, 9D and FC. RGB value is (244,157,252). Sum of RGB (Red+Green+Blue) = 244+157+252=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 157 (61.72% from 255 or 24.04% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #F49DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49DFC is #0B6203. Grayscale: #C1C1C1. Windows color (decimal): -745988 or 16555508. OLE color: 16555508.

HSL color Cylindrical-coordinate representation of color #F49DFC: hue angle of 294.95º 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 #F49DFC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244157252-
CMYK0.030.3800.01
HSL294.95º94.06%80.2%-
HSV(B)294.95º37.7%98.82%-
XYZ66.9450.3898.29-
YUV193.84160.82163.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.37%
GREEN value IS 157 (61.72% from 255) = 24.04%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=37.37%
G=24.04%
B=38.59%

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
Decimal2441572520.030.3800.01294.9594.0680.2
HexF49DFC326011275e50
Octal36423537434601447136120
Binary111101001001110111111100111001100110010011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49DFC; }

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

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

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

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

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

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

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

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