#FB90F9

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

Shades of Violet #FB90F9

Tints of Violet #FB90F9

Color information

#FB90F9 (or 0xFB90F9) is unknown color: approx Violet. HEX triplet: FB, 90 and F9. RGB value is (251,144,249). Sum of RGB (Red+Green+Blue) = 251+144+249=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 144 (56.64% from 255 or 22.36% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB90F9 is #046F06. Grayscale: #BBBBBB. Windows color (decimal): -290567 or 16355579. OLE color: 16355579.

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

Color convert

RGB251144249-
CMYK00.430.010.02
HSL301.12º93.04%77.45%-
HSV(B)301.12º42.63%98.43%-
XYZ66.8647.395.23-
YUV187.96162.45172.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.98%
GREEN value IS 144 (56.64% from 255) = 22.36%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=38.98%
G=22.36%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114424900.430.010.02301.1293.0477.45
HexFB90F902B1212d5d4d
Octal37322037105312455135115
Binary111110111001000011111001010101111010010110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90F9; }

 p { color: rgb(251,144,249); }

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

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

 a { background-color: rgb(251,144,249); }

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

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

 span { border-color: rgb(251,144,249); }

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