#F11364

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

Shades of Ruby #F11364

Tints of Ruby #F11364

Color information

#F11364 (or 0xF11364) is unknown color: approx Ruby. HEX triplet: F1, 13 and 64. RGB value is (241,19,100). Sum of RGB (Red+Green+Blue) = 241+19+100=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F11364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11364 is #0EEC9B. Grayscale: #5E5E5E. Windows color (decimal): -978076 or 6558705. OLE color: 6558705.

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

Color convert

RGB24119100-
CMYK00.920.590.05
HSL338.11º88.8%50.98%-
HSV(B)338.11º92.12%94.51%-
XYZ38.8120.0913.89-
YUV94.61131.05232.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.94%
GREEN value IS 19 (7.81% from 255) = 5.28%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=66.94%
G=5.28%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411910000.920.590.05338.1188.850.98
HexF1136405C3B51525933
Octal36123144013473552213163
Binary11110001100111100100010111001110111011010100101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11364; }

 p { color: rgb(241,19,100); }

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

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

 a { background-color: rgb(241,19,100); }

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

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

 span { border-color: rgb(241,19,100); }

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