#FB95F6

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

Shades of Violet #FB95F6

Tints of Violet #FB95F6

Color information

#FB95F6 (or 0xFB95F6) is unknown color: approx Violet. HEX triplet: FB, 95 and F6. RGB value is (251,149,246). Sum of RGB (Red+Green+Blue) = 251+149+246=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 149 (58.59% from 255 or 23.07% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB95F6 is #046A09. Grayscale: #BEBEBE. Windows color (decimal): -289290 or 16160251. OLE color: 16160251.

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

Color convert

RGB251149246-
CMYK00.410.020.02
HSL302.94º92.73%78.43%-
HSV(B)302.94º40.64%98.43%-
XYZ67.1748.6693.04-
YUV190.56159.29171.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 149 (58.59% from 255) = 23.07%
BLUE value IS 246 (96.48% from 255) = 38.08%
R=38.85%
G=23.07%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114924600.410.020.02302.9492.7378.43
HexFB95F60292212f5d4e
Octal37322536605122457135116
Binary1111101110010101111101100101001101010010111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95F6; }

 p { color: rgb(251,149,246); }

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

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

 a { background-color: rgb(251,149,246); }

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

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

 span { border-color: rgb(251,149,246); }

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