Html Css Color HEX #FC186A Ruby

📋 copy color: '#FC186A'

red 252 ◦ green 24 ◦ blue 106

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

Shades of Ruby #FC186A

Tints of Ruby #FC186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 65.97%
G = 6.28%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC186A (or 0xFC186A) is known color: Ruby. HEX triplet: FC, 18 and 6A. RGB value is (252,24,106). Sum of RGB (Red+Green+Blue) = 252+24+106=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC186A is #03E795. Grayscale: #656565. Windows color (decimal): -255894 or 6953212. OLE color: 6953212.

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

Color convert

RGB 252 24 106 -
CMYK 0 0.90 0.58 0.01
HSL 338.42º 0.97% 0.54% -
HSV(B) 338.42º 0.9% 0.99% -
XYZ 43.07 22.39 15.69 -
YUV 101.52 130.54 235.33 -
System Red Green Blue C M Y K H S L
Decimal 252 24 106 0 0.90 0.58 0.01 338.42 0.97 0.54
Hex FC 18 6A 0 5A 3A 1 152 61 36
Octal 374 30 152 0 132 72 1 522 141 66
Binary 11111100 11000 1101010 0 1011010 111010 1 101010010 1100001 110110

Color Harmonies of #FC186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC186A

Black with #FC186A

Text Example


Text Example

White with #FC186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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