Html Css Color HEX #FC186B Ruby

📋 copy color: '#FC186B'

red 252 ◦ green 24 ◦ blue 107

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

Shades of Ruby #FC186B

Tints of Ruby #FC186B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 65.8%
G = 6.27%
B = 27.94%

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

#FC186B (or 0xFC186B) is known color: Ruby. HEX triplet: FC, 18 and 6B. RGB value is (252,24,107). Sum of RGB (Red+Green+Blue) = 252+24+107=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC186B is #03E794. Grayscale: #656565. Windows color (decimal): -255893 or 7018748. OLE color: 7018748.

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

Color convert

RGB 252 24 107 -
CMYK 0 0.90 0.58 0.01
HSL 338.16º 0.97% 0.54% -
HSV(B) 338.16º 0.9% 0.99% -
XYZ 43.13 22.41 15.96 -
YUV 101.63 131.04 235.25 -
System Red Green Blue C M Y K H S L
Decimal 252 24 107 0 0.90 0.58 0.01 338.16 0.97 0.54
Hex FC 18 6B 0 5A 3A 1 152 61 36
Octal 374 30 153 0 132 72 1 522 141 66
Binary 11111100 11000 1101011 0 1011010 111010 1 101010010 1100001 110110

Color Harmonies of #FC186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC186B

Black with #FC186B

Text Example


Text Example

White with #FC186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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