#F49CFC

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

Shades of Violet #F49CFC

Tints of Violet #F49CFC

Color information

#F49CFC (or 0xF49CFC) is unknown color: approx Violet. HEX triplet: F4, 9C and FC. RGB value is (244,156,252). Sum of RGB (Red+Green+Blue) = 244+156+252=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 156 (61.33% from 255 or 23.93% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #F49CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CFC is #0B6303. Grayscale: #C0C0C0. Windows color (decimal): -746244 or 16555252. OLE color: 16555252.

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

Color convert

RGB244156252-
CMYK0.030.3800.01
HSL295º94.12%80%-
HSV(B)295º38.1%98.82%-
XYZ66.7750.0498.23-
YUV193.26161.15164.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.42%
GREEN value IS 156 (61.33% from 255) = 23.93%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=37.42%
G=23.93%
B=38.65%

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
Decimal2441562520.030.3800.0129594.1280
HexF49CFC326011275e50
Octal36423437434601447136120
Binary111101001001110011111100111001100110010011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CFC; }

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

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

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

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

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

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

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

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