#F492FF

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

Shades of Violet #F492FF

Tints of Violet #F492FF

Color information

#F492FF (or 0xF492FF) is unknown color: approx Violet. HEX triplet: F4, 92 and FF. RGB value is (244,146,255). Sum of RGB (Red+Green+Blue) = 244+146+255=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 146 (57.42% from 255 or 22.64% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F492FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F492FF is #0B6D00. Grayscale: #BBBBBB. Windows color (decimal): -748801 or 16749300. OLE color: 16749300.

HSL color Cylindrical-coordinate representation of color #F492FF: hue angle of 293.94º 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 #F492FF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB244146255-
CMYK0.040.4300
HSL293.94º100%78.63%-
HSV(B)293.94º42.75%100%-
XYZ65.6447.01100.22-
YUV187.73165.97168.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.83%
GREEN value IS 146 (57.42% from 255) = 22.64%
BLUE value IS 255 (100% from 255) = 39.53%
R=37.83%
G=22.64%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441462550.040.4300293.9410078.63
HexF492FF42B00126644f
Octal36422237745300446144117
Binary1111010010010010111111111001010110010010011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F492FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F492FF; }

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

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

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

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

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

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

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

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