#F29CFD

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

Shades of Violet #F29CFD

Tints of Violet #F29CFD

Color information

#F29CFD (or 0xF29CFD) is unknown color: approx Violet. HEX triplet: F2, 9C and FD. RGB value is (242,156,253). Sum of RGB (Red+Green+Blue) = 242+156+253=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 156 (61.33% from 255 or 23.96% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #F29CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CFD is #0D6302. Grayscale: #C0C0C0. Windows color (decimal): -877315 or 16620786. OLE color: 16620786.

HSL color Cylindrical-coordinate representation of color #F29CFD: hue angle of 293.2º 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 #F29CFD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242156253-
CMYK0.040.3800.01
HSL293.2º96.04%80.2%-
HSV(B)293.2º38.34%99.22%-
XYZ66.2449.7599.04-
YUV192.77161.99163.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 156 (61.33% from 255) = 23.96%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=37.17%
G=23.96%
B=38.86%

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
Decimal2421562530.040.3800.01293.296.0480.2
HexF29CFD426011256050
Octal36223437544601445140120
Binary1111001010011100111111011001001100110010010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CFD; }

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

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

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

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

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

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

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

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