#F11F74

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

Shades of Ruby #F11F74

Tints of Ruby #F11F74

Color information

#F11F74 (or 0xF11F74) is unknown color: approx Ruby. HEX triplet: F1, 1F and 74. RGB value is (241,31,116). Sum of RGB (Red+Green+Blue) = 241+31+116=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F74 is #0EE08B. Grayscale: #676767. Windows color (decimal): -974988 or 7610353. OLE color: 7610353.

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

Color convert

RGB24131116-
CMYK00.870.520.05
HSL335.71º88.24%53.33%-
HSV(B)335.71º87.14%94.51%-
XYZ39.9220.9418.46-
YUV103.48135.07226.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.11%
GREEN value IS 31 (12.5% from 255) = 7.99%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=62.11%
G=7.99%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413111600.870.520.05335.7188.2453.33
HexF11F740573451505835
Octal36137164012764552013065
Binary11110001111111110100010101111101001011010100001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11F74; }

 p { color: rgb(241,31,116); }

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

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

 a { background-color: rgb(241,31,116); }

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

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

 span { border-color: rgb(241,31,116); }

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