#FB95FA

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

Shades of Violet #FB95FA

Tints of Violet #FB95FA

Color information

#FB95FA (or 0xFB95FA) is unknown color: approx Violet. HEX triplet: FB, 95 and FA. RGB value is (251,149,250). Sum of RGB (Red+Green+Blue) = 251+149+250=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 149 (58.59% from 255 or 22.92% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB95FA is #046A05. Grayscale: #BEBEBE. Windows color (decimal): -289286 or 16422395. OLE color: 16422395.

HSL color Cylindrical-coordinate representation of color #FB95FA: hue angle of 300.59º 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 #FB95FA is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251149250-
CMYK00.410.000.02
HSL300.59º92.73%78.43%-
HSV(B)300.59º40.64%98.43%-
XYZ67.7948.9196.31-
YUV191.01161.29170.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 149 (58.59% from 255) = 22.92%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=38.62%
G=22.92%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114925000.410.000.02300.5992.7378.43
HexFB95FA0290212d5d4e
Octal37322537205102455135116
Binary111110111001010111111010010100101010010110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95FA; }

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

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

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

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

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

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

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

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