#FC1A71

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

Shades of Ruby #FC1A71

Tints of Ruby #FC1A71

Color information

#FC1A71 (or 0xFC1A71) is unknown color: approx Ruby. HEX triplet: FC, 1A and 71. RGB value is (252,26,113). Sum of RGB (Red+Green+Blue) = 252+26+113=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A71 is #03E58E. Grayscale: #676767. Windows color (decimal): -255375 or 7412476. OLE color: 7412476.

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

Color convert

RGB25226113-
CMYK00.900.550.01
HSL336.9º97.41%54.51%-
HSV(B)336.9º89.68%98.82%-
XYZ43.4922.6317.7-
YUV103.49133.37233.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.45%
GREEN value IS 26 (10.55% from 255) = 6.65%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=64.45%
G=6.65%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522611300.900.550.01336.997.4154.51
HexFC1A7105A3711516137
Octal37432161013267152114167
Binary111111001101011100010101101011011111010100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1A71; }

 p { color: rgb(252,26,113); }

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

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

 a { background-color: rgb(252,26,113); }

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

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

 span { border-color: rgb(252,26,113); }

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