#F8186B

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

Shades of Ruby #F8186B

Tints of Ruby #F8186B

Color information

#F8186B (or 0xF8186B) is unknown color: approx Ruby. HEX triplet: F8, 18 and 6B. RGB value is (248,24,107). Sum of RGB (Red+Green+Blue) = 248+24+107=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F8186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8186B is #07E794. Grayscale: #646464. Windows color (decimal): -518037 or 7018744. OLE color: 7018744.

HSL color Cylindrical-coordinate representation of color #F8186B: hue angle of 337.77º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8186B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB24824107-
CMYK00.900.570.03
HSL337.77º94.12%53.33%-
HSV(B)337.77º90.32%97.25%-
XYZ41.6921.6715.9-
YUV100.44131.71233.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.44%
GREEN value IS 24 (9.77% from 255) = 6.33%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=65.44%
G=6.33%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482410700.900.570.03337.7794.1253.33
HexF8186B05A3931525e35
Octal37030153013271352213665
Binary1111100011000110101101011010111001111010100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8186B; }

 p { color: rgb(248,24,107); }

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

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

 a { background-color: rgb(248,24,107); }

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

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

 span { border-color: rgb(248,24,107); }

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