#FB95FF

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

Shades of Violet #FB95FF

Tints of Violet #FB95FF

Color information

#FB95FF (or 0xFB95FF) is unknown color: approx Violet. HEX triplet: FB, 95 and FF. RGB value is (251,149,255). Sum of RGB (Red+Green+Blue) = 251+149+255=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 149 (58.59% from 255 or 22.75% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB95FF is #046A00. Grayscale: #BFBFBF. Windows color (decimal): -289281 or 16750075. OLE color: 16750075.

HSL color Cylindrical-coordinate representation of color #FB95FF: hue angle of 297.74º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB95FF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251149255-
CMYK0.020.4200
HSL297.74º100%79.22%-
HSV(B)297.74º41.57%100%-
XYZ68.5849.22100.49-
YUV191.58163.79170.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 149 (58.59% from 255) = 22.75%
BLUE value IS 255 (100% from 255) = 38.93%
R=38.32%
G=22.75%
B=38.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511492550.020.4200297.7410079.22
HexFB95FF22A0012a644f
Octal37322537725200452144117
Binary111110111001010111111111101010100010010101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95FF; }

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

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

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

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

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

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

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

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