#F8136E

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

Shades of Ruby #F8136E

Tints of Ruby #F8136E

Color information

#F8136E (or 0xF8136E) is unknown color: approx Ruby. HEX triplet: F8, 13 and 6E. RGB value is (248,19,110). Sum of RGB (Red+Green+Blue) = 248+19+110=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8136E is #07EC91. Grayscale: #616161. Windows color (decimal): -519314 or 7214072. OLE color: 7214072.

HSL color Cylindrical-coordinate representation of color #F8136E: hue angle of 336.16º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8136E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB24819110-
CMYK00.920.560.03
HSL336.16º94.24%52.35%-
HSV(B)336.16º92.34%97.25%-
XYZ41.7621.5516.71-
YUV97.85134.87235.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.78%
GREEN value IS 19 (7.81% from 255) = 5.04%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=65.78%
G=5.04%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481911000.920.560.03336.1694.2452.35
HexF8136E05C3831505e34
Octal37023156013470352013664
Binary1111100010011110111001011100111000111010100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8136E; }

 p { color: rgb(248,19,110); }

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

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

 a { background-color: rgb(248,19,110); }

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

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

 span { border-color: rgb(248,19,110); }

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