#F29BF1

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

Shades of Violet #F29BF1

Tints of Violet #F29BF1

Color information

#F29BF1 (or 0xF29BF1) is unknown color: approx Violet. HEX triplet: F2, 9B and F1. RGB value is (242,155,241). Sum of RGB (Red+Green+Blue) = 242+155+241=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BF1 is #0D640E. Grayscale: #BEBEBE. Windows color (decimal): -877583 or 15834098. OLE color: 15834098.

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

Color convert

RGB242155241-
CMYK00.360.000.05
HSL300.69º76.99%77.84%-
HSV(B)300.69º35.95%94.9%-
XYZ64.2248.6789.23-
YUV190.82156.32164.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 155 (60.94% from 255) = 24.29%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=37.93%
G=24.29%
B=37.77%

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
Decimal24215524100.360.000.05300.6976.9977.84
HexF29BF10240512d4d4e
Octal36223336104405455115116
Binary1111001010011011111100010100100010110010110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BF1; }

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

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

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

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

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

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

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

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