#F0106B

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

Shades of Ruby #F0106B

Tints of Ruby #F0106B

Color information

#F0106B (or 0xF0106B) is unknown color: approx Ruby. HEX triplet: F0, 10 and 6B. RGB value is (240,16,107). Sum of RGB (Red+Green+Blue) = 240+16+107=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0106B is #0FEF94. Grayscale: #5D5D5D. Windows color (decimal): -1044373 or 7016688. OLE color: 7016688.

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

Color convert

RGB24016107-
CMYK00.930.550.06
HSL335.62º88.19%50.2%-
HSV(B)335.62º93.33%94.12%-
XYZ38.7719.9615.72-
YUV93.35135.71232.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.12%
GREEN value IS 16 (6.64% from 255) = 4.41%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=66.12%
G=4.41%
B=29.48%

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
Decimal2401610700.930.550.06335.6288.1950.2
HexF0106B05D3761505832
Octal36020153013567652013062
Binary11110000100001101011010111011101111101010100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0106B; }

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

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

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

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

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

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

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

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