#F29DFE

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

Shades of Violet #F29DFE

Tints of Violet #F29DFE

Color information

#F29DFE (or 0xF29DFE) is unknown color: approx Violet. HEX triplet: F2, 9D and FE. RGB value is (242,157,254). Sum of RGB (Red+Green+Blue) = 242+157+254=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 157 (61.72% from 255 or 24.04% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F29DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29DFE is #0D6201. Grayscale: #C1C1C1. Windows color (decimal): -877058 or 16686578. OLE color: 16686578.

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

Color convert

RGB242157254-
CMYK0.050.3800.00
HSL292.58º97.98%80.59%-
HSV(B)292.58º38.19%99.61%-
XYZ66.5650.1599.94-
YUV193.47162.16162.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.06%
GREEN value IS 157 (61.72% from 255) = 24.04%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=37.06%
G=24.04%
B=38.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421572540.050.3800.00292.5897.9880.59
HexF29DFE526001256251
Octal36223537654600445142121
Binary1111001010011101111111101011001100010010010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DFE; }

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

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

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

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

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

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

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

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