Html Css Color HEX #FB186B Ruby

📋 copy color: '#FB186B'

red 251 ◦ green 24 ◦ blue 107

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

Shades of Ruby #FB186B

Tints of Ruby #FB186B

RGB

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

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

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

R = 65.71%
G = 6.28%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB186B (or 0xFB186B) is known color: Ruby. HEX triplet: FB, 18 and 6B. RGB value is (251,24,107). Sum of RGB (Red+Green+Blue) = 251+24+107=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB186B is #04E794. Grayscale: #656565. Windows color (decimal): -321429 or 7018747. OLE color: 7018747.

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

Color convert

RGB 251 24 107 -
CMYK 0 0.90 0.57 0.02
HSL 338.06º 0.97% 0.54% -
HSV(B) 338.06º 0.9% 0.98% -
XYZ 42.76 22.22 15.95 -
YUV 101.34 131.21 234.75 -
System Red Green Blue C M Y K H S L
Decimal 251 24 107 0 0.90 0.57 0.02 338.06 0.97 0.54
Hex FB 18 6B 0 5A 39 2 152 61 36
Octal 373 30 153 0 132 71 2 522 141 66
Binary 11111011 11000 1101011 0 1011010 111001 10 101010010 1100001 110110

Color Harmonies of #FB186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB186B

Black with #FB186B

Text Example


Text Example

White with #FB186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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