Html Css Color HEX #FC176A Ruby

📋 copy color: '#FC176A'

red 252 ◦ green 23 ◦ blue 106

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

Shades of Ruby #FC176A

Tints of Ruby #FC176A

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.8% from 255) = 27.82%

R = 66.14%
G = 6.04%
B = 27.82%

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

#FC176A (or 0xFC176A) is known color: 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

RGB 252 23 106 -
CMYK 0 0.91 0.58 0.01
HSL 338.25º 0.97% 0.54% -
HSV(B) 338.25º 0.91% 0.99% -
XYZ 43.05 22.35 15.68 -
YUV 100.93 130.87 235.75 -
System Red Green Blue C M Y K H S L
Decimal 252 23 106 0 0.91 0.58 0.01 338.25 0.97 0.54
Hex FC 17 6A 0 5B 3A 1 152 61 36
Octal 374 27 152 0 133 72 1 522 141 66
Binary 11111100 10111 1101010 0 1011011 111010 1 101010010 1100001 110110

Color Harmonies of #FC176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC176A

Black with #FC176A

Text Example


Text Example

White with #FC176A

Text Example


Text Example

HTML Codes & Css Web 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>