#F291FF

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

Shades of Violet #F291FF

Tints of Violet #F291FF

Color information

#F291FF (or 0xF291FF) is unknown color: approx Violet. HEX triplet: F2, 91 and FF. RGB value is (242,145,255). Sum of RGB (Red+Green+Blue) = 242+145+255=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 145 (57.03% from 255 or 22.59% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #F291FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291FF is #0D6E00. Grayscale: #BABABA. Windows color (decimal): -880129 or 16749042. OLE color: 16749042.

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

Color convert

RGB242145255-
CMYK0.050.4300
HSL292.91º100%78.43%-
HSV(B)292.91º43.14%100%-
XYZ64.7946.35100.14-
YUV186.54166.64167.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 145 (57.03% from 255) = 22.59%
BLUE value IS 255 (100% from 255) = 39.72%
R=37.69%
G=22.59%
B=39.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421452550.050.4300292.9110078.43
HexF291FF52B00125644e
Octal36222137755300445144116
Binary1111001010010001111111111011010110010010010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291FF; }

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

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

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

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

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

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

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

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