#F492FB

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

Shades of Violet #F492FB

Tints of Violet #F492FB

Color information

#F492FB (or 0xF492FB) is unknown color: approx Violet. HEX triplet: F4, 92 and FB. RGB value is (244,146,251). Sum of RGB (Red+Green+Blue) = 244+146+251=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 146 (57.42% from 255 or 22.78% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #F492FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F492FB is #0B6D04. Grayscale: #BABABA. Windows color (decimal): -748805 or 16487156. OLE color: 16487156.

HSL color Cylindrical-coordinate representation of color #F492FB: hue angle of 296º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F492FB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244146251-
CMYK0.030.4200.02
HSL296º92.92%77.84%-
HSV(B)296º41.83%98.43%-
XYZ6546.7696.87-
YUV187.27163.97168.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 146 (57.42% from 255) = 22.78%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=38.07%
G=22.78%
B=39.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441462510.030.4200.0229692.9277.84
HexF492FB32A021285d4e
Octal36422237335202450135116
Binary1111010010010010111110111110101001010010100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F492FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F492FB; }

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

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

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

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

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

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

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

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