#FB90F6

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

Shades of Violet #FB90F6

Tints of Violet #FB90F6

Color information

#FB90F6 (or 0xFB90F6) is unknown color: approx Violet. HEX triplet: FB, 90 and F6. RGB value is (251,144,246). Sum of RGB (Red+Green+Blue) = 251+144+246=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 144 (56.64% from 255 or 22.46% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB90F6 is #046F09. Grayscale: #BBBBBB. Windows color (decimal): -290570 or 16158971. OLE color: 16158971.

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

Color convert

RGB251144246-
CMYK00.430.020.02
HSL302.8º93.04%77.45%-
HSV(B)302.8º42.63%98.43%-
XYZ66.3947.1192.78-
YUV187.62160.95173.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 144 (56.64% from 255) = 22.46%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=39.16%
G=22.46%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114424600.430.020.02302.893.0477.45
HexFB90F602B2212f5d4d
Octal37322036605322457135115
Binary1111101110010000111101100101011101010010111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB90F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB90F6; }

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

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

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

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

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

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

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

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