Html Css Color HEX #FC156D Ruby

📋 copy color: '#FC156D'

red 252 ◦ green 21 ◦ blue 109

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

Shades of Ruby #FC156D

Tints of Ruby #FC156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 65.97%
G = 5.5%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC156D (or 0xFC156D) is known color: Ruby. HEX triplet: FC, 15 and 6D. RGB value is (252,21,109). Sum of RGB (Red+Green+Blue) = 252+21+109=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC156D is #03EA92. Grayscale: #636363. Windows color (decimal): -256659 or 7149052. OLE color: 7149052.

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

Color convert

RGB 252 21 109 -
CMYK 0 0.92 0.57 0.01
HSL 337.14º 0.97% 0.54% -
HSV(B) 337.14º 0.92% 0.99% -
XYZ 43.17 22.34 16.5 -
YUV 100.1 133.03 236.34 -
System Red Green Blue C M Y K H S L
Decimal 252 21 109 0 0.92 0.57 0.01 337.14 0.97 0.54
Hex FC 15 6D 0 5C 39 1 151 61 36
Octal 374 25 155 0 134 71 1 521 141 66
Binary 11111100 10101 1101101 0 1011100 111001 1 101010001 1100001 110110

Color Harmonies of #FC156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC156D

Black with #FC156D

Text Example


Text Example

White with #FC156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC156D; }

 p { color: rgb(252,21,109); }

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

background-color css

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

 a { background-color: rgb(252,21,109); }

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

border-color css

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

 span { border-color: rgb(252,21,109); }

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