Html Css Color HEX #FB166B Ruby

📋 copy color: '#FB166B'

red 251 ◦ green 22 ◦ blue 107

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

Shades of Ruby #FB166B

Tints of Ruby #FB166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

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

R = 66.05%
G = 5.79%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB166B (or 0xFB166B) is known color: Ruby. HEX triplet: FB, 16 and 6B. RGB value is (251,22,107). Sum of RGB (Red+Green+Blue) = 251+22+107=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB166B is #04E994. Grayscale: #646464. Windows color (decimal): -321941 or 7018235. OLE color: 7018235.

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

Color convert

RGB 251 22 107 -
CMYK 0 0.91 0.57 0.02
HSL 337.73º 0.97% 0.54% -
HSV(B) 337.73º 0.91% 0.98% -
XYZ 42.72 22.14 15.93 -
YUV 100.16 131.87 235.59 -
System Red Green Blue C M Y K H S L
Decimal 251 22 107 0 0.91 0.57 0.02 337.73 0.97 0.54
Hex FB 16 6B 0 5B 39 2 152 61 36
Octal 373 26 153 0 133 71 2 522 141 66
Binary 11111011 10110 1101011 0 1011011 111001 10 101010010 1100001 110110

Color Harmonies of #FB166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB166B

Black with #FB166B

Text Example


Text Example

White with #FB166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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