#F29DFD

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

Shades of Violet #F29DFD

Tints of Violet #F29DFD

Color information

#F29DFD (or 0xF29DFD) is unknown color: approx Violet. HEX triplet: F2, 9D and FD. RGB value is (242,157,253). Sum of RGB (Red+Green+Blue) = 242+157+253=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 157 (61.72% from 255 or 24.08% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #F29DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29DFD is #0D6202. Grayscale: #C1C1C1. Windows color (decimal): -877059 or 16621042. OLE color: 16621042.

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

Color convert

RGB242157253-
CMYK0.040.3800.01
HSL293.12º96%80.39%-
HSV(B)293.12º37.94%99.22%-
XYZ66.450.0899.1-
YUV193.36161.66162.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.12%
GREEN value IS 157 (61.72% from 255) = 24.08%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=37.12%
G=24.08%
B=38.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421572530.040.3800.01293.129680.39
HexF29DFD426011256050
Octal36223537544601445140120
Binary1111001010011101111111011001001100110010010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DFD; }

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

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

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

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

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

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

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

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