#f293fa

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

Shades of Violet #F293FA

Tints of Violet #F293FA

Color information

#F293FA (or 0xF293FA) is unknown color: approx Violet. HEX triplet: F2, 93 and FA. RGB value is (242,147,250). Sum of RGB (Red+Green+Blue) = 242+147+250=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 147 (57.81% from 255 or 23.00% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F293FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293FA is #0D6C05. Grayscale: #BABABA. Windows color (decimal): -879622 or 16421874. OLE color: 16421874.

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

Color convert

RGB242147250-
CMYK0.030.4100.02
HSL295.34º91.15%77.84%-
HSV(B)295.34º41.2%98.04%-
XYZ64.3146.6596.06-
YUV187.15163.47167.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 147 (57.81% from 255) = 23.00%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=37.87%
G=23.00%
B=39.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421472500.030.4100.02295.3491.1577.84
HexF293FA329021275b4e
Octal36222337235102447133116
Binary1111001010010011111110101110100101010010011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f293fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f293fa; }

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

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

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

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

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

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

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

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