#F29CFA

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

Shades of Violet #F29CFA

Tints of Violet #F29CFA

Color information

#F29CFA (or 0xF29CFA) is unknown color: approx Violet. HEX triplet: F2, 9C and FA. RGB value is (242,156,250). Sum of RGB (Red+Green+Blue) = 242+156+250=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #F29CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CFA is #0D6305. Grayscale: #C0C0C0. Windows color (decimal): -877318 or 16424178. OLE color: 16424178.

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

Color convert

RGB242156250-
CMYK0.030.3800.02
HSL294.89º90.38%79.61%-
HSV(B)294.89º37.6%98.04%-
XYZ65.7649.5696.54-
YUV192.43160.49163.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.35%
GREEN value IS 156 (61.33% from 255) = 24.07%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=37.35%
G=24.07%
B=38.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421562500.030.3800.02294.8990.3879.61
HexF29CFA326021275a50
Octal36223437234602447132120
Binary1111001010011100111110101110011001010010011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CFA; }

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

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

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

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

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

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

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

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