#F3116B

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

Shades of Ruby #F3116B

Tints of Ruby #F3116B

Color information

#F3116B (or 0xF3116B) is unknown color: approx Ruby. HEX triplet: F3, 11 and 6B. RGB value is (243,17,107). Sum of RGB (Red+Green+Blue) = 243+17+107=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F3116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3116B is #0CEE94. Grayscale: #5E5E5E. Windows color (decimal): -847509 or 7016947. OLE color: 7016947.

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

Color convert

RGB24317107-
CMYK00.930.560.05
HSL336.11º90.4%50.98%-
HSV(B)336.11º93%95.29%-
XYZ39.8220.5215.77-
YUV94.83134.87233.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.21%
GREEN value IS 17 (7.03% from 255) = 4.63%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=66.21%
G=4.63%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431710700.930.560.05336.1190.450.98
HexF3116B05D3851505a33
Octal36321153013570552013263
Binary11110011100011101011010111011110001011010100001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3116B; }

 p { color: rgb(243,17,107); }

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

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

 a { background-color: rgb(243,17,107); }

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

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

 span { border-color: rgb(243,17,107); }

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