#F29AF1

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

Shades of Violet #F29AF1

Tints of Violet #F29AF1

Color information

#F29AF1 (or 0xF29AF1) is unknown color: approx Violet. HEX triplet: F2, 9A and F1. RGB value is (242,154,241). Sum of RGB (Red+Green+Blue) = 242+154+241=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 154 (60.55% from 255 or 24.18% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29AF1 is #0D650E. Grayscale: #BDBDBD. Windows color (decimal): -877839 or 15833842. OLE color: 15833842.

HSL color Cylindrical-coordinate representation of color #F29AF1: hue angle of 300.68º 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 #F29AF1 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB242154241-
CMYK00.360.000.05
HSL300.68º77.19%77.65%-
HSV(B)300.68º36.36%94.9%-
XYZ64.0548.3489.17-
YUV190.23156.65164.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 154 (60.55% from 255) = 24.18%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=37.99%
G=24.18%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215424100.360.000.05300.6877.1977.65
HexF29AF10240512d4d4e
Octal36223236104405455115116
Binary1111001010011010111100010100100010110010110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AF1; }

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

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

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

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

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

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

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

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