#FC1768

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

Shades of Ruby #FC1768

Tints of Ruby #FC1768

Color information

#FC1768 (or 0xFC1768) is unknown color: approx Ruby. HEX triplet: FC, 17 and 68. RGB value is (252,23,104). Sum of RGB (Red+Green+Blue) = 252+23+104=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1768 is #03E897. Grayscale: #646464. Windows color (decimal): -256152 or 6821884. OLE color: 6821884.

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

Color convert

RGB25223104-
CMYK00.910.590.01
HSL338.78º97.45%53.92%-
HSV(B)338.78º90.87%98.82%-
XYZ42.9522.3115.14-
YUV100.7129.87235.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 66.49%
GREEN value IS 23 (9.38% from 255) = 6.07%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=66.49%
G=6.07%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522310400.910.590.01338.7897.4553.92
HexFC176805B3B11536136
Octal37427150013373152314166
Binary111111001011111010000101101111101111010100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1768; }

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

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

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

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

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

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

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

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