#F29FFB

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

Shades of Violet #F29FFB

Tints of Violet #F29FFB

Color information

#F29FFB (or 0xF29FFB) is unknown color: approx Violet. HEX triplet: F2, 9F and FB. RGB value is (242,159,251). Sum of RGB (Red+Green+Blue) = 242+159+251=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 159 (62.5% from 255 or 24.39% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #F29FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FFB is #0D6004. Grayscale: #C2C2C2. Windows color (decimal): -876549 or 16490482. OLE color: 16490482.

HSL color Cylindrical-coordinate representation of color #F29FFB: hue angle of 294.13º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29FFB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242159251-
CMYK0.040.3700.02
HSL294.13º92%80.39%-
HSV(B)294.13º36.65%98.43%-
XYZ66.4350.6497.54-
YUV194.3160162.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.12%
GREEN value IS 159 (62.5% from 255) = 24.39%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=37.12%
G=24.39%
B=38.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421592510.040.3700.02294.139280.39
HexF29FFB425021265c50
Octal36223737344502446134120
Binary11110010100111111111101110010010101010010011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29FFB; }

 p { color: rgb(242,159,251); }

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

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

 a { background-color: rgb(242,159,251); }

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

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

 span { border-color: rgb(242,159,251); }

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