Html Css Color HEX #FB186A Ruby

📋 copy color: '#FB186A'

red 251 ◦ green 24 ◦ blue 106

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

Shades of Ruby #FB186A

Tints of Ruby #FB186A

RGB

 RED value IS 251 (98.44% from 255) = 65.88%

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

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

R = 65.88%
G = 6.3%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FB186A (or 0xFB186A) is known color: Ruby. HEX triplet: FB, 18 and 6A. RGB value is (251,24,106). Sum of RGB (Red+Green+Blue) = 251+24+106=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB186A is #04E795. Grayscale: #656565. Windows color (decimal): -321430 or 6953211. OLE color: 6953211.

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

Color convert

RGB 251 24 106 -
CMYK 0 0.90 0.58 0.02
HSL 338.33º 0.97% 0.54% -
HSV(B) 338.33º 0.9% 0.98% -
XYZ 42.71 22.2 15.67 -
YUV 101.22 130.71 234.83 -
System Red Green Blue C M Y K H S L
Decimal 251 24 106 0 0.90 0.58 0.02 338.33 0.97 0.54
Hex FB 18 6A 0 5A 3A 2 152 61 36
Octal 373 30 152 0 132 72 2 522 141 66
Binary 11111011 11000 1101010 0 1011010 111010 10 101010010 1100001 110110

Color Harmonies of #FB186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB186A

Black with #FB186A

Text Example


Text Example

White with #FB186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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