#F1106E

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

Shades of Ruby #F1106E

Tints of Ruby #F1106E

Color information

#F1106E (or 0xF1106E) is unknown color: approx Ruby. HEX triplet: F1, 10 and 6E. RGB value is (241,16,110). Sum of RGB (Red+Green+Blue) = 241+16+110=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1106E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1106E is #0EEF91. Grayscale: #5D5D5D. Windows color (decimal): -978834 or 7213297. OLE color: 7213297.

HSL color Cylindrical-coordinate representation of color #F1106E: hue angle of 334.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1106E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24116110-
CMYK00.930.540.05
HSL334.93º88.93%50.39%-
HSV(B)334.93º93.36%94.51%-
XYZ39.2820.216.58-
YUV93.99137.04232.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.67%
GREEN value IS 16 (6.64% from 255) = 4.36%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=65.67%
G=4.36%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411611000.930.540.05334.9388.9350.39
HexF1106E05D36514f5932
Octal36120156013566551713162
Binary11110001100001101110010111011101101011010011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1106E; }

 p { color: rgb(241,16,110); }

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

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

 a { background-color: rgb(241,16,110); }

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

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

 span { border-color: rgb(241,16,110); }

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