#F01170

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

Shades of Ruby #F01170

Tints of Ruby #F01170

Color information

#F01170 (or 0xF01170) is unknown color: approx Ruby. HEX triplet: F0, 11 and 70. RGB value is (240,17,112). Sum of RGB (Red+Green+Blue) = 240+17+112=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F01170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01170 is #0FEE8F. Grayscale: #5E5E5E. Windows color (decimal): -1044112 or 7344624. OLE color: 7344624.

HSL color Cylindrical-coordinate representation of color #F01170: hue angle of 334.44º 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 #F01170 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB24017112-
CMYK00.930.530.06
HSL334.44º88.14%50.39%-
HSV(B)334.44º92.92%94.12%-
XYZ39.0620.117.15-
YUV94.51137.88231.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.04%
GREEN value IS 17 (7.03% from 255) = 4.61%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=65.04%
G=4.61%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401711200.930.530.06334.4488.1450.39
HexF0117005D35614e5832
Octal36021160013565651613062
Binary11110000100011110000010111011101011101010011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01170; }

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

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

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

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

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

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

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

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