#FC1A6B

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

Shades of Ruby #FC1A6B

Tints of Ruby #FC1A6B

Color information

#FC1A6B (or 0xFC1A6B) is unknown color: approx Ruby. HEX triplet: FC, 1A and 6B. RGB value is (252,26,107). Sum of RGB (Red+Green+Blue) = 252+26+107=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A6B is #03E594. Grayscale: #666666. Windows color (decimal): -255381 or 7019260. OLE color: 7019260.

HSL color Cylindrical-coordinate representation of color #FC1A6B: hue angle of 338.5º 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 #FC1A6B is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB25226107-
CMYK00.900.580.01
HSL338.5º97.41%54.51%-
HSV(B)338.5º89.68%98.82%-
XYZ43.1722.515.98-
YUV102.81130.37234.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.45%
GREEN value IS 26 (10.55% from 255) = 6.75%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=65.45%
G=6.75%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522610700.900.580.01338.597.4154.51
HexFC1A6B05A3A11526137
Octal37432153013272152214167
Binary111111001101011010110101101011101011010100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1A6B; }

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

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

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

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

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

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

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

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