#F291FE

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

Shades of Violet #F291FE

Tints of Violet #F291FE

Color information

#F291FE (or 0xF291FE) is unknown color: approx Violet. HEX triplet: F2, 91 and FE. RGB value is (242,145,254). Sum of RGB (Red+Green+Blue) = 242+145+254=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 145 (57.03% from 255 or 22.62% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #F291FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291FE is #0D6E01. Grayscale: #BABABA. Windows color (decimal): -880130 or 16683506. OLE color: 16683506.

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

Color convert

RGB242145254-
CMYK0.050.4300.00
HSL293.39º98.2%78.24%-
HSV(B)293.39º42.91%99.61%-
XYZ64.6346.2899.29-
YUV186.43166.14167.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 145 (57.03% from 255) = 22.62%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=37.75%
G=22.62%
B=39.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421452540.050.4300.00293.3998.278.24
HexF291FE52B00125624e
Octal36222137655300445142116
Binary1111001010010001111111101011010110010010010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291FE; }

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

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

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

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

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

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

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

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