#F11A76

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

Shades of Ruby #F11A76

Tints of Ruby #F11A76

Color information

#F11A76 (or 0xF11A76) is unknown color: approx Ruby. HEX triplet: F1, 1A and 76. RGB value is (241,26,118). Sum of RGB (Red+Green+Blue) = 241+26+118=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A76 is #0EE589. Grayscale: #646464. Windows color (decimal): -976266 or 7740145. OLE color: 7740145.

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

Color convert

RGB24126118-
CMYK00.890.510.05
HSL334.33º88.48%52.35%-
HSV(B)334.33º89.21%94.51%-
XYZ39.9220.7519.04-
YUV100.77137.73228.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.60%
GREEN value IS 26 (10.55% from 255) = 6.75%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=62.60%
G=6.75%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412611800.890.510.05334.3388.4852.35
HexF11A7605933514e5834
Octal36132166013163551613064
Binary11110001110101110110010110011100111011010011101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11A76; }

 p { color: rgb(241,26,118); }

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

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

 a { background-color: rgb(241,26,118); }

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

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

 span { border-color: rgb(241,26,118); }

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