#F096FB

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

Shades of Violet #F096FB

Tints of Violet #F096FB

Color information

#F096FB (or 0xF096FB) is unknown color: approx Violet. HEX triplet: F0, 96 and FB. RGB value is (240,150,251). Sum of RGB (Red+Green+Blue) = 240+150+251=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 150 (58.98% from 255 or 23.40% 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 #F096FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096FB is #0F6904. Grayscale: #BCBCBC. Windows color (decimal): -1009925 or 16488176. OLE color: 16488176.

HSL color Cylindrical-coordinate representation of color #F096FB: hue angle of 293.47º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F096FB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240150251-
CMYK0.040.4000.02
HSL293.47º92.66%78.63%-
HSV(B)293.47º40.24%98.43%-
XYZ64.2547.397.01-
YUV188.42163.32164.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 150 (58.98% from 255) = 23.40%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=37.44%
G=23.40%
B=39.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401502510.040.4000.02293.4792.6678.63
HexF096FB428021255d4f
Octal36022637345002445135117
Binary11110000100101101111101110010100001010010010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096FB; }

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

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

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

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

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

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

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

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