Html Css Color HEX #FC156F Ruby

📋 copy color: '#FC156F'

red 252 ◦ green 21 ◦ blue 111

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

Shades of Ruby #FC156F

Tints of Ruby #FC156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 65.63%
G = 5.47%
B = 28.91%

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

#FC156F (or 0xFC156F) is known color: Ruby. HEX triplet: FC, 15 and 6F. RGB value is (252,21,111). Sum of RGB (Red+Green+Blue) = 252+21+111=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC156F is #03EA90. Grayscale: #646464. Windows color (decimal): -256657 or 7280124. OLE color: 7280124.

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

Color convert

RGB 252 21 111 -
CMYK 0 0.92 0.56 0.01
HSL 336.62º 0.97% 0.54% -
HSV(B) 336.62º 0.92% 0.99% -
XYZ 43.28 22.38 17.08 -
YUV 100.33 134.03 236.18 -
System Red Green Blue C M Y K H S L
Decimal 252 21 111 0 0.92 0.56 0.01 336.62 0.97 0.54
Hex FC 15 6F 0 5C 38 1 151 61 36
Octal 374 25 157 0 134 70 1 521 141 66
Binary 11111100 10101 1101111 0 1011100 111000 1 101010001 1100001 110110

Color Harmonies of #FC156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC156F

Black with #FC156F

Text Example


Text Example

White with #FC156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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