#F293FE

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

Shades of Violet #F293FE

Tints of Violet #F293FE

Color information

#F293FE (or 0xF293FE) is unknown color: approx Violet. HEX triplet: F2, 93 and FE. RGB value is (242,147,254). Sum of RGB (Red+Green+Blue) = 242+147+254=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 147 (57.81% from 255 or 22.86% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #F293FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293FE is #0D6C01. Grayscale: #BBBBBB. Windows color (decimal): -879618 or 16684018. OLE color: 16684018.

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

Color convert

RGB242147254-
CMYK0.050.4200.00
HSL293.27º98.17%78.63%-
HSV(B)293.27º42.13%99.61%-
XYZ64.9446.999.4-
YUV187.6165.47166.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 147 (57.81% from 255) = 22.86%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=37.64%
G=22.86%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421472540.050.4200.00293.2798.1778.63
HexF293FE52A00125624f
Octal36222337655200445142117
Binary1111001010010011111111101011010100010010010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293FE; }

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

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

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

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

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

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

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

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