#F096F1

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

Shades of Violet #F096F1

Tints of Violet #F096F1

Color information

#F096F1 (or 0xF096F1) is unknown color: approx Violet. HEX triplet: F0, 96 and F1. RGB value is (240,150,241). Sum of RGB (Red+Green+Blue) = 240+150+241=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #F096F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096F1 is #0F690E. Grayscale: #BBBBBB. Windows color (decimal): -1009935 or 15832816. OLE color: 15832816.

HSL color Cylindrical-coordinate representation of color #F096F1: hue angle of 299.34º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096F1 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240150241-
CMYK0.000.3800.05
HSL299.34º76.47%76.67%-
HSV(B)299.34º37.76%94.51%-
XYZ62.7246.6988.93-
YUV187.28158.32165.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 150 (58.98% from 255) = 23.77%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=38.03%
G=23.77%
B=38.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401502410.000.3800.05299.3476.4776.67
HexF096F10260512b4c4d
Octal36022636104605453114115
Binary1111000010010110111100010100110010110010101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096F1; }

 p { color: rgb(240,150,241); }

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

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

 a { background-color: rgb(240,150,241); }

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

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

 span { border-color: rgb(240,150,241); }

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