#F29EF3

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

Shades of Violet #F29EF3

Tints of Violet #F29EF3

Color information

#F29EF3 (or 0xF29EF3) is unknown color: approx Violet. HEX triplet: F2, 9E and F3. RGB value is (242,158,243). Sum of RGB (Red+Green+Blue) = 242+158+243=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 158 (62.11% from 255 or 24.57% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #F29EF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EF3 is #0D610C. Grayscale: #C0C0C0. Windows color (decimal): -876813 or 15965938. OLE color: 15965938.

HSL color Cylindrical-coordinate representation of color #F29EF3: hue angle of 299.29º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29EF3 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB242158243-
CMYK0.000.3500.05
HSL299.29º77.98%78.63%-
HSV(B)299.29º34.98%95.29%-
XYZ65.0249.890.98-
YUV192.81156.33163.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 158 (62.11% from 255) = 24.57%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=37.64%
G=24.57%
B=37.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421582430.000.3500.05299.2977.9878.63
HexF29EF30230512b4e4f
Octal36223636304305453116117
Binary1111001010011110111100110100011010110010101110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EF3; }

 p { color: rgb(242,158,243); }

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

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

 a { background-color: rgb(242,158,243); }

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

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

 span { border-color: rgb(242,158,243); }

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