Html Css Color HEX #FC166A Ruby

📋 copy color: '#FC166A'

red 252 ◦ green 22 ◦ blue 106

#FC166A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #FC166A

Tints of Ruby #FC166A

RGB

 RED value IS 252 (98.83% from 255) = 66.32%

 GREEN value IS 22 (8.98% from 255) = 5.79%

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 66.32%
G = 5.79%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC166A (or 0xFC166A) is known color: Ruby. HEX triplet: FC, 16 and 6A. RGB value is (252,22,106). Sum of RGB (Red+Green+Blue) = 252+22+106=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC166A is #03E995. Grayscale: #646464. Windows color (decimal): -256406 or 6952700. OLE color: 6952700.

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

Color convert

RGB 252 22 106 -
CMYK 0 0.91 0.58 0.01
HSL 338.09º 0.97% 0.54% -
HSV(B) 338.09º 0.91% 0.99% -
XYZ 43.03 22.31 15.67 -
YUV 100.35 131.2 236.17 -
System Red Green Blue C M Y K H S L
Decimal 252 22 106 0 0.91 0.58 0.01 338.09 0.97 0.54
Hex FC 16 6A 0 5B 3A 1 152 61 36
Octal 374 26 152 0 133 72 1 522 141 66
Binary 11111100 10110 1101010 0 1011011 111010 1 101010010 1100001 110110

Color Harmonies of #FC166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC166A

Black with #FC166A

Text Example


Text Example

White with #FC166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC166A; }

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

 H1.HeaderClassName
 {
   color: #FC166A;
 }
 .AnyTagClassName
 {
   color: #FC166A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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