#F5176C

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

Shades of Ruby #F5176C

Tints of Ruby #F5176C

Color information

#F5176C (or 0xF5176C) is unknown color: approx Ruby. HEX triplet: F5, 17 and 6C. RGB value is (245,23,108). Sum of RGB (Red+Green+Blue) = 245+23+108=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5176C is #0AE893. Grayscale: #626262. Windows color (decimal): -714900 or 7084021. OLE color: 7084021.

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

Color convert

RGB24523108-
CMYK00.910.560.04
HSL337.03º91.74%52.55%-
HSV(B)337.03º90.61%96.08%-
XYZ40.6721.1116.12-
YUV99.07133.05232.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.16%
GREEN value IS 23 (9.38% from 255) = 6.12%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=65.16%
G=6.12%
B=28.72%

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
Decimal2452310800.910.560.04337.0391.7452.55
HexF5176C05B3841515c35
Octal36527154013370452113465
Binary11110101101111101100010110111110001001010100011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5176C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5176C; }

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

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

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

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

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

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

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

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