#F29CFF

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

Shades of Violet #F29CFF

Tints of Violet #F29CFF

Color information

#F29CFF (or 0xF29CFF) is unknown color: approx Violet. HEX triplet: F2, 9C and FF. RGB value is (242,156,255). Sum of RGB (Red+Green+Blue) = 242+156+255=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 156 (61.33% from 255 or 23.89% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #F29CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CFF is #0D6300. Grayscale: #C0C0C0. Windows color (decimal): -877313 or 16751858. OLE color: 16751858.

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

Color convert

RGB242156255-
CMYK0.050.3900
HSL292.12º100%80.59%-
HSV(B)292.12º38.82%100%-
XYZ66.5649.87100.73-
YUV193162.99162.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.06%
GREEN value IS 156 (61.33% from 255) = 23.89%
BLUE value IS 255 (100% from 255) = 39.05%
R=37.06%
G=23.89%
B=39.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421562550.050.3900292.1210080.59
HexF29CFF527001246451
Octal36223437754700444144121
Binary1111001010011100111111111011001110010010010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CFF; }

 p { color: rgb(242,156,255); }

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

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

 a { background-color: rgb(242,156,255); }

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

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

 span { border-color: rgb(242,156,255); }

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