#FB1A6C

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

Shades of Ruby #FB1A6C

Tints of Ruby #FB1A6C

Color information

#FB1A6C (or 0xFB1A6C) is unknown color: approx Ruby. HEX triplet: FB, 1A and 6C. RGB value is (251,26,108). Sum of RGB (Red+Green+Blue) = 251+26+108=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A6C is #04E593. Grayscale: #666666. Windows color (decimal): -320916 or 7084795. OLE color: 7084795.

HSL color Cylindrical-coordinate representation of color #FB1A6C: hue angle of 338.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1A6C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB25126108-
CMYK00.900.570.02
HSL338.13º96.57%54.31%-
HSV(B)338.13º89.64%98.43%-
XYZ42.8622.3316.24-
YUV102.62131.04233.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.19%
GREEN value IS 26 (10.55% from 255) = 6.75%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=65.19%
G=6.75%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512610800.900.570.02338.1396.5754.31
HexFB1A6C05A3921526136
Octal37332154013271252214166
Binary1111101111010110110001011010111001101010100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1A6C; }

 p { color: rgb(251,26,108); }

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

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

 a { background-color: rgb(251,26,108); }

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

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

 span { border-color: rgb(251,26,108); }

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