Html Css Color HEX #FB1B6B Ruby

📋 copy color: '#FB1B6B'

red 251 ◦ green 27 ◦ blue 107

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

Shades of Ruby #FB1B6B

Tints of Ruby #FB1B6B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.01%

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

R = 65.19%
G = 7.01%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB1B6B (or 0xFB1B6B) is known color: Ruby. HEX triplet: FB, 1B and 6B. RGB value is (251,27,107). Sum of RGB (Red+Green+Blue) = 251+27+107=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B6B is #04E494. Grayscale: #666666. Windows color (decimal): -320661 or 7019515. OLE color: 7019515.

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

Color convert

RGB 251 27 107 -
CMYK 0 0.89 0.57 0.02
HSL 338.57º 0.97% 0.55% -
HSV(B) 338.57º 0.89% 0.98% -
XYZ 42.83 22.35 15.97 -
YUV 103.1 130.21 233.5 -
System Red Green Blue C M Y K H S L
Decimal 251 27 107 0 0.89 0.57 0.02 338.57 0.97 0.55
Hex FB 1B 6B 0 59 39 2 153 61 37
Octal 373 33 153 0 131 71 2 523 141 67
Binary 11111011 11011 1101011 0 1011001 111001 10 101010011 1100001 110111

Color Harmonies of #FB1B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1B6B

Black with #FB1B6B

Text Example


Text Example

White with #FB1B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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