#F29AF0

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

Shades of Violet #F29AF0

Tints of Violet #F29AF0

Color information

#F29AF0 (or 0xF29AF0) is unknown color: approx Violet. HEX triplet: F2, 9A and F0. RGB value is (242,154,240). Sum of RGB (Red+Green+Blue) = 242+154+240=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29AF0 is #0D650F. Grayscale: #BDBDBD. Windows color (decimal): -877840 or 15768306. OLE color: 15768306.

HSL color Cylindrical-coordinate representation of color #F29AF0: hue angle of 301.36º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29AF0 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242154240-
CMYK00.360.010.05
HSL301.36º77.19%77.65%-
HSV(B)301.36º36.36%94.9%-
XYZ63.948.2888.39-
YUV190.12156.15165.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 154 (60.55% from 255) = 24.21%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=38.05%
G=24.21%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215424000.360.010.05301.3677.1977.65
HexF29AF00241512d4d4e
Octal36223236004415455115116
Binary1111001010011010111100000100100110110010110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AF0; }

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

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

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

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

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

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

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

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