#F1156F

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

Shades of Ruby #F1156F

Tints of Ruby #F1156F

Color information

#F1156F (or 0xF1156F) is unknown color: approx Ruby. HEX triplet: F1, 15 and 6F. RGB value is (241,21,111). Sum of RGB (Red+Green+Blue) = 241+21+111=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1156F is #0EEA90. Grayscale: #606060. Windows color (decimal): -977553 or 7280113. OLE color: 7280113.

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

Color convert

RGB24121111-
CMYK00.910.540.05
HSL335.45º88.71%51.37%-
HSV(B)335.45º91.29%94.51%-
XYZ39.4120.3816.9-
YUV97.04135.89230.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.61%
GREEN value IS 21 (8.59% from 255) = 5.63%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=64.61%
G=5.63%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412111100.910.540.05335.4588.7151.37
HexF1156F05B36514f5933
Octal36125157013366551713163
Binary11110001101011101111010110111101101011010011111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1156F; }

 p { color: rgb(241,21,111); }

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

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

 a { background-color: rgb(241,21,111); }

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

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

 span { border-color: rgb(241,21,111); }

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