#F0116F

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

Shades of Ruby #F0116F

Tints of Ruby #F0116F

Color information

#F0116F (or 0xF0116F) is unknown color: approx Ruby. HEX triplet: F0, 11 and 6F. RGB value is (240,17,111). Sum of RGB (Red+Green+Blue) = 240+17+111=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0116F is #0FEE90. Grayscale: #5E5E5E. Windows color (decimal): -1044113 or 7279088. OLE color: 7279088.

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

Color convert

RGB24017111-
CMYK00.930.540.06
HSL334.71º88.14%50.39%-
HSV(B)334.71º92.92%94.12%-
XYZ3920.0716.86-
YUV94.39137.38231.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.22%
GREEN value IS 17 (7.03% from 255) = 4.62%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=65.22%
G=4.62%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401711100.930.540.06334.7188.1450.39
HexF0116F05D36614f5832
Octal36021157013566651713062
Binary11110000100011101111010111011101101101010011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0116F; }

 p { color: rgb(240,17,111); }

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

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

 a { background-color: rgb(240,17,111); }

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

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

 span { border-color: rgb(240,17,111); }

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