Html Css Color HEX #FC156C Ruby

📋 copy color: '#FC156C'

red 252 ◦ green 21 ◦ blue 108

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

Shades of Ruby #FC156C

Tints of Ruby #FC156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 66.14%
G = 5.51%
B = 28.35%

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

#FC156C (or 0xFC156C) is known color: Ruby. HEX triplet: FC, 15 and 6C. RGB value is (252,21,108). Sum of RGB (Red+Green+Blue) = 252+21+108=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC156C is #03EA93. Grayscale: #636363. Windows color (decimal): -256660 or 7083516. OLE color: 7083516.

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

Color convert

RGB 252 21 108 -
CMYK 0 0.92 0.57 0.01
HSL 337.4º 0.97% 0.54% -
HSV(B) 337.4º 0.92% 0.99% -
XYZ 43.12 22.31 16.22 -
YUV 99.99 132.53 236.43 -
System Red Green Blue C M Y K H S L
Decimal 252 21 108 0 0.92 0.57 0.01 337.4 0.97 0.54
Hex FC 15 6C 0 5C 39 1 151 61 36
Octal 374 25 154 0 134 71 1 521 141 66
Binary 11111100 10101 1101100 0 1011100 111001 1 101010001 1100001 110110

Color Harmonies of #FC156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC156C

Black with #FC156C

Text Example


Text Example

White with #FC156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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