#F492FE

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

Shades of Violet #F492FE

Tints of Violet #F492FE

Color information

#F492FE (or 0xF492FE) is unknown color: approx Violet. HEX triplet: F4, 92 and FE. RGB value is (244,146,254). Sum of RGB (Red+Green+Blue) = 244+146+254=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 146 (57.42% from 255 or 22.67% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #F492FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F492FE is #0B6D01. Grayscale: #BBBBBB. Windows color (decimal): -748802 or 16683764. OLE color: 16683764.

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

Color convert

RGB244146254-
CMYK0.040.4300.00
HSL294.44º98.18%78.43%-
HSV(B)294.44º42.52%99.61%-
XYZ65.4846.9599.38-
YUV187.61165.47168.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 146 (57.42% from 255) = 22.67%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=37.89%
G=22.67%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441462540.040.4300.00294.4498.1878.43
HexF492FE42B00126624e
Octal36422237645300446142116
Binary1111010010010010111111101001010110010010011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F492FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F492FE; }

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

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

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

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

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

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

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

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