#F29BF0

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

Shades of Violet #F29BF0

Tints of Violet #F29BF0

Color information

#F29BF0 (or 0xF29BF0) is unknown color: approx Violet. HEX triplet: F2, 9B and F0. RGB value is (242,155,240). Sum of RGB (Red+Green+Blue) = 242+155+240=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BF0 is #0D640F. Grayscale: #BEBEBE. Windows color (decimal): -877584 or 15768562. OLE color: 15768562.

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

Color convert

RGB242155240-
CMYK00.360.010.05
HSL301.38º76.99%77.84%-
HSV(B)301.38º35.95%94.9%-
XYZ64.0748.6188.44-
YUV190.7155.82164.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 155 (60.94% from 255) = 24.33%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=37.99%
G=24.33%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215524000.360.010.05301.3876.9977.84
HexF29BF00241512d4d4e
Octal36223336004415455115116
Binary1111001010011011111100000100100110110010110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BF0; }

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

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

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

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

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

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

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

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