#F10F73

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

Shades of Ruby #F10F73

Tints of Ruby #F10F73

Color information

#F10F73 (or 0xF10F73) is unknown color: approx Ruby. HEX triplet: F1, 0F and 73. RGB value is (241,15,115). Sum of RGB (Red+Green+Blue) = 241+15+115=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10F73 is #0EF08C. Grayscale: #5D5D5D. Windows color (decimal): -979085 or 7540721. OLE color: 7540721.

HSL color Cylindrical-coordinate representation of color #F10F73: hue angle of 333.45º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F73 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB24115115-
CMYK00.940.520.05
HSL333.45º88.98%50.2%-
HSV(B)333.45º93.78%94.51%-
XYZ39.5420.2818.05-
YUV93.97139.87232.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.96%
GREEN value IS 15 (6.25% from 255) = 4.04%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=64.96%
G=4.04%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411511500.940.520.05333.4588.9850.2
HexF1F7305E34514d5932
Octal36117163013664551513162
Binary1111000111111110011010111101101001011010011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10F73; }

 p { color: rgb(241,15,115); }

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

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

 a { background-color: rgb(241,15,115); }

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

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

 span { border-color: rgb(241,15,115); }

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