#FC176A

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

Shades of Ruby #FC176A

Tints of Ruby #FC176A

Color information

#FC176A (or 0xFC176A) is unknown color: approx Ruby. HEX triplet: FC, 17 and 6A. RGB value is (252,23,106). Sum of RGB (Red+Green+Blue) = 252+23+106=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC176A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC176A is #03E895. Grayscale: #646464. Windows color (decimal): -256150 or 6952956. OLE color: 6952956.

HSL color Cylindrical-coordinate representation of color #FC176A: hue angle of 338.25º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC176A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB25223106-
CMYK00.910.580.01
HSL338.25º97.45%53.92%-
HSV(B)338.25º90.87%98.82%-
XYZ43.0522.3515.68-
YUV100.93130.87235.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.14%
GREEN value IS 23 (9.38% from 255) = 6.04%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=66.14%
G=6.04%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522310600.910.580.01338.2597.4553.92
HexFC176A05B3A11526136
Octal37427152013372152214166
Binary111111001011111010100101101111101011010100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC176A; }

 p { color: rgb(252,23,106); }

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

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

 a { background-color: rgb(252,23,106); }

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

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

 span { border-color: rgb(252,23,106); }

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