#F4156C

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

Shades of Ruby #F4156C

Tints of Ruby #F4156C

Color information

#F4156C (or 0xF4156C) is unknown color: approx Ruby. HEX triplet: F4, 15 and 6C. RGB value is (244,21,108). Sum of RGB (Red+Green+Blue) = 244+21+108=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4156C is #0BEA93. Grayscale: #616161. Windows color (decimal): -780948 or 7083508. OLE color: 7083508.

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

Color convert

RGB24421108-
CMYK00.910.560.04
HSL336.59º91.02%51.96%-
HSV(B)336.59º91.39%95.69%-
XYZ40.2820.8516.09-
YUV97.6133.88232.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 65.42%
GREEN value IS 21 (8.59% from 255) = 5.63%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=65.42%
G=5.63%
B=28.95%

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
Decimal2442110800.910.560.04336.5991.0251.96
HexF4156C05B3841515b34
Octal36425154013370452113364
Binary11110100101011101100010110111110001001010100011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4156C; }

 p { color: rgb(244,21,108); }

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

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

 a { background-color: rgb(244,21,108); }

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

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

 span { border-color: rgb(244,21,108); }

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