#F092F2

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

Shades of Violet #F092F2

Tints of Violet #F092F2

Color information

#F092F2 (or 0xF092F2) is unknown color: approx Violet. HEX triplet: F0, 92 and F2. RGB value is (240,146,242). Sum of RGB (Red+Green+Blue) = 240+146+242=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 146 (57.42% from 255 or 23.25% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #F092F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F092F2 is #0F6D0D. Grayscale: #B8B8B8. Windows color (decimal): -1010958 or 15897328. OLE color: 15897328.

HSL color Cylindrical-coordinate representation of color #F092F2: hue angle of 298.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F092F2 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240146242-
CMYK0.010.4000.05
HSL298.75º78.69%76.08%-
HSV(B)298.75º39.67%94.9%-
XYZ62.2445.4989.51-
YUV185.05160.14167.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 146 (57.42% from 255) = 23.25%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=38.22%
G=23.25%
B=38.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401462420.010.4000.05298.7578.6976.08
HexF092F21280512b4f4c
Octal36022236215005453117114
Binary1111000010010010111100101101000010110010101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092F2; }

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

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

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

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

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

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

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

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