#F4156A

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

Shades of Ruby #F4156A

Tints of Ruby #F4156A

Color information

#F4156A (or 0xF4156A) is unknown color: approx Ruby. HEX triplet: F4, 15 and 6A. RGB value is (244,21,106). Sum of RGB (Red+Green+Blue) = 244+21+106=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4156A is #0BEA95. Grayscale: #616161. Windows color (decimal): -780950 or 6952436. OLE color: 6952436.

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

Color convert

RGB24421106-
CMYK00.910.570.04
HSL337.13º91.02%51.96%-
HSV(B)337.13º91.39%95.69%-
XYZ40.1820.8115.53-
YUV97.37132.88232.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 65.77%
GREEN value IS 21 (8.59% from 255) = 5.66%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=65.77%
G=5.66%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442110600.910.570.04337.1391.0251.96
HexF4156A05B3941515b34
Octal36425152013371452113364
Binary11110100101011101010010110111110011001010100011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4156A; }

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

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

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

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

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

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

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

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