#F0106C

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

Shades of Ruby #F0106C

Tints of Ruby #F0106C

Color information

#F0106C (or 0xF0106C) is unknown color: approx Ruby. HEX triplet: F0, 10 and 6C. RGB value is (240,16,108). Sum of RGB (Red+Green+Blue) = 240+16+108=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0106C is #0FEF93. Grayscale: #5D5D5D. Windows color (decimal): -1044372 or 7082224. OLE color: 7082224.

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

Color convert

RGB24016108-
CMYK00.930.550.06
HSL335.36º88.19%50.2%-
HSV(B)335.36º93.33%94.12%-
XYZ38.8319.9816-
YUV93.46136.21232.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.93%
GREEN value IS 16 (6.64% from 255) = 4.40%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=65.93%
G=4.40%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401610800.930.550.06335.3688.1950.2
HexF0106C05D37614f5832
Octal36020154013567651713062
Binary11110000100001101100010111011101111101010011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0106C; }

 p { color: rgb(240,16,108); }

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

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

 a { background-color: rgb(240,16,108); }

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

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

 span { border-color: rgb(240,16,108); }

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