#F5166E

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

Shades of Ruby #F5166E

Tints of Ruby #F5166E

Color information

#F5166E (or 0xF5166E) is unknown color: approx Ruby. HEX triplet: F5, 16 and 6E. RGB value is (245,22,110). Sum of RGB (Red+Green+Blue) = 245+22+110=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5166E is #0AE991. Grayscale: #626262. Windows color (decimal): -715154 or 7214837. OLE color: 7214837.

HSL color Cylindrical-coordinate representation of color #F5166E: hue angle of 336.32º 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 #F5166E is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB24522110-
CMYK00.910.550.04
HSL336.32º91.77%52.35%-
HSV(B)336.32º91.02%96.08%-
XYZ40.7621.1116.68-
YUV98.71134.38232.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.99%
GREEN value IS 22 (8.98% from 255) = 5.84%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=64.99%
G=5.84%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452211000.910.550.04336.3291.7752.35
HexF5166E05B3741505c34
Octal36526156013367452013464
Binary11110101101101101110010110111101111001010100001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5166E; }

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

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

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

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

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

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

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

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