#F29AFF

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

Shades of Violet #F29AFF

Tints of Violet #F29AFF

Color information

#F29AFF (or 0xF29AFF) is unknown color: approx Violet. HEX triplet: F2, 9A and FF. RGB value is (242,154,255). Sum of RGB (Red+Green+Blue) = 242+154+255=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 154 (60.55% from 255 or 23.66% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #F29AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29AFF is #0D6500. Grayscale: #BFBFBF. Windows color (decimal): -877825 or 16751346. OLE color: 16751346.

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

Color convert

RGB242154255-
CMYK0.050.4000
HSL292.28º100%80.2%-
HSV(B)292.28º39.61%100%-
XYZ66.2249.21100.62-
YUV191.83163.65163.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 154 (60.55% from 255) = 23.66%
BLUE value IS 255 (100% from 255) = 39.17%
R=37.17%
G=23.66%
B=39.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421542550.050.4000292.2810080.2
HexF29AFF528001246450
Octal36223237755000444144120
Binary1111001010011010111111111011010000010010010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AFF; }

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

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

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

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

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

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

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

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