#F5166C

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

Shades of Ruby #F5166C

Tints of Ruby #F5166C

Color information

#F5166C (or 0xF5166C) is unknown color: approx Ruby. HEX triplet: F5, 16 and 6C. RGB value is (245,22,108). Sum of RGB (Red+Green+Blue) = 245+22+108=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5166C is #0AE993. Grayscale: #626262. Windows color (decimal): -715156 or 7083765. OLE color: 7083765.

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

Color convert

RGB24522108-
CMYK00.910.560.04
HSL336.86º91.77%52.35%-
HSV(B)336.86º91.02%96.08%-
XYZ40.6521.0716.11-
YUV98.48133.38232.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.33%
GREEN value IS 22 (8.98% from 255) = 5.87%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=65.33%
G=5.87%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452210800.910.560.04336.8691.7752.35
HexF5166C05B3841515c34
Octal36526154013370452113464
Binary11110101101101101100010110111110001001010100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5166C; }

 p { color: rgb(245,22,108); }

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

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

 a { background-color: rgb(245,22,108); }

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

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

 span { border-color: rgb(245,22,108); }

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