#F092FF

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

Shades of Violet #F092FF

Tints of Violet #F092FF

Color information

#F092FF (or 0xF092FF) is unknown color: approx Violet. HEX triplet: F0, 92 and FF. RGB value is (240,146,255). Sum of RGB (Red+Green+Blue) = 240+146+255=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 146 (57.42% from 255 or 22.78% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #F092FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F092FF is #0F6D00. Grayscale: #BABABA. Windows color (decimal): -1010945 or 16749296. OLE color: 16749296.

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

Color convert

RGB240146255-
CMYK0.060.4300
HSL291.74º100%78.63%-
HSV(B)291.74º42.75%100%-
XYZ64.2646.3100.16-
YUV186.53166.64166.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 146 (57.42% from 255) = 22.78%
BLUE value IS 255 (100% from 255) = 39.78%
R=37.44%
G=22.78%
B=39.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401462550.060.4300291.7410078.63
HexF092FF62B00124644f
Octal36022237765300444144117
Binary1111000010010010111111111101010110010010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092FF; }

 p { color: rgb(240,146,255); }

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

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

 a { background-color: rgb(240,146,255); }

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

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

 span { border-color: rgb(240,146,255); }

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