#F01069

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

Shades of Ruby #F01069

Tints of Ruby #F01069

Color information

#F01069 (or 0xF01069) is unknown color: approx Ruby. HEX triplet: F0, 10 and 69. RGB value is (240,16,105). Sum of RGB (Red+Green+Blue) = 240+16+105=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F01069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01069 is #0FEF96. Grayscale: #5C5C5C. Windows color (decimal): -1044375 or 6885616. OLE color: 6885616.

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

Color convert

RGB24016105-
CMYK00.930.560.06
HSL336.16º88.19%50.2%-
HSV(B)336.16º93.33%94.12%-
XYZ38.6719.9215.17-
YUV93.12134.71232.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.48%
GREEN value IS 16 (6.64% from 255) = 4.43%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=66.48%
G=4.43%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401610500.930.560.06336.1688.1950.2
HexF0106905D3861505832
Octal36020151013570652013062
Binary11110000100001101001010111011110001101010100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01069; }

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

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

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

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

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

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

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

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