#F29DF4

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

Shades of Violet #F29DF4

Tints of Violet #F29DF4

Color information

#F29DF4 (or 0xF29DF4) is unknown color: approx Violet. HEX triplet: F2, 9D and F4. RGB value is (242,157,244). Sum of RGB (Red+Green+Blue) = 242+157+244=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #F29DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29DF4 is #0D620B. Grayscale: #C0C0C0. Windows color (decimal): -877068 or 16031218. OLE color: 16031218.

HSL color Cylindrical-coordinate representation of color #F29DF4: hue angle of 298.62º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29DF4 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242157244-
CMYK0.010.3600.04
HSL298.62º79.82%78.63%-
HSV(B)298.62º35.66%95.69%-
XYZ6549.5291.72-
YUV192.33157.16163.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 157 (61.72% from 255) = 24.42%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=37.64%
G=24.42%
B=37.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2421572440.010.3600.04298.6279.8278.63
HexF29DF41240412b504f
Octal36223536414404453120117
Binary1111001010011101111101001100100010010010101110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DF4; }

 p { color: rgb(242,157,244); }

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

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

 a { background-color: rgb(242,157,244); }

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

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

 span { border-color: rgb(242,157,244); }

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