Html Css Color HEX #FC186D Ruby

📋 copy color: '#FC186D'

red 252 ◦ green 24 ◦ blue 109

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

Shades of Ruby #FC186D

Tints of Ruby #FC186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

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

R = 65.45%
G = 6.23%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC186D (or 0xFC186D) is known color: Ruby. HEX triplet: FC, 18 and 6D. RGB value is (252,24,109). Sum of RGB (Red+Green+Blue) = 252+24+109=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC186D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC186D is #03E792. Grayscale: #656565. Windows color (decimal): -255891 or 7149820. OLE color: 7149820.

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

Color convert

RGB 252 24 109 -
CMYK 0 0.90 0.57 0.01
HSL 337.63º 0.97% 0.54% -
HSV(B) 337.63º 0.9% 0.99% -
XYZ 43.23 22.45 16.52 -
YUV 101.86 132.04 235.09 -
System Red Green Blue C M Y K H S L
Decimal 252 24 109 0 0.90 0.57 0.01 337.63 0.97 0.54
Hex FC 18 6D 0 5A 39 1 152 61 36
Octal 374 30 155 0 132 71 1 522 141 66
Binary 11111100 11000 1101101 0 1011010 111001 1 101010010 1100001 110110

Color Harmonies of #FC186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC186D

Black with #FC186D

Text Example


Text Example

White with #FC186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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