#f11b69

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

Shades of Ruby #F11B69

Tints of Ruby #F11B69

Color information

#F11B69 (or 0xF11B69) is unknown color: approx Ruby. HEX triplet: F1, 1B and 69. RGB value is (241,27,105). Sum of RGB (Red+Green+Blue) = 241+27+105=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B69 is #0EE496. Grayscale: #636363. Windows color (decimal): -976023 or 6888433. OLE color: 6888433.

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

Color convert

RGB24127105-
CMYK00.890.560.05
HSL338.13º88.43%52.55%-
HSV(B)338.13º88.8%94.51%-
XYZ39.2220.515.26-
YUV99.88130.9228.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.61%
GREEN value IS 27 (10.94% from 255) = 7.24%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=64.61%
G=7.24%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412710500.890.560.05338.1388.4352.55
HexF11B690593851525835
Octal36133151013170552213065
Binary11110001110111101001010110011110001011010100101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f11b69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f11b69; }

 p { color: rgb(241,27,105); }

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

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

 a { background-color: rgb(241,27,105); }

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

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

 span { border-color: rgb(241,27,105); }

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