Html Css Color HEX #FC156E Ruby

📋 copy color: '#FC156E'

red 252 ◦ green 21 ◦ blue 110

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

Shades of Ruby #FC156E

Tints of Ruby #FC156E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 65.8%
G = 5.48%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC156E (or 0xFC156E) is known color: Ruby. HEX triplet: FC, 15 and 6E. RGB value is (252,21,110). Sum of RGB (Red+Green+Blue) = 252+21+110=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC156E is #03EA91. Grayscale: #646464. Windows color (decimal): -256658 or 7214588. OLE color: 7214588.

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

Color convert

RGB 252 21 110 -
CMYK 0 0.92 0.56 0.01
HSL 336.88º 0.97% 0.54% -
HSV(B) 336.88º 0.92% 0.99% -
XYZ 43.23 22.36 16.79 -
YUV 100.22 133.53 236.26 -
System Red Green Blue C M Y K H S L
Decimal 252 21 110 0 0.92 0.56 0.01 336.88 0.97 0.54
Hex FC 15 6E 0 5C 38 1 151 61 36
Octal 374 25 156 0 134 70 1 521 141 66
Binary 11111100 10101 1101110 0 1011100 111000 1 101010001 1100001 110110

Color Harmonies of #FC156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC156E

Black with #FC156E

Text Example


Text Example

White with #FC156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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