#F11F77

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

Shades of Ruby #F11F77

Tints of Ruby #F11F77

Color information

#F11F77 (or 0xF11F77) is unknown color: approx Ruby. HEX triplet: F1, 1F and 77. RGB value is (241,31,119). Sum of RGB (Red+Green+Blue) = 241+31+119=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F77 is #0EE088. Grayscale: #676767. Windows color (decimal): -974985 or 7806961. OLE color: 7806961.

HSL color Cylindrical-coordinate representation of color #F11F77: hue angle of 334.86º 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 #F11F77 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24131119-
CMYK00.870.510.05
HSL334.86º88.24%53.33%-
HSV(B)334.86º87.14%94.51%-
XYZ40.121.0119.4-
YUV103.82136.57225.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.64%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=61.64%
G=7.93%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413111900.870.510.05334.8688.2453.33
HexF11F7705733514f5835
Octal36137167012763551713065
Binary11110001111111110111010101111100111011010011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11F77; }

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

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

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

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

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

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

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

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