Html Css Color HEX #FB1B6E Ruby

📋 copy color: '#FB1B6E'

red 251 ◦ green 27 ◦ blue 110

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

Shades of Ruby #FB1B6E

Tints of Ruby #FB1B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 64.69%
G = 6.96%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB1B6E (or 0xFB1B6E) is known color: Ruby. HEX triplet: FB, 1B and 6E. RGB value is (251,27,110). Sum of RGB (Red+Green+Blue) = 251+27+110=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B6E is #04E491. Grayscale: #676767. Windows color (decimal): -320658 or 7216123. OLE color: 7216123.

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

Color convert

RGB 251 27 110 -
CMYK 0 0.89 0.56 0.02
HSL 337.77º 0.97% 0.55% -
HSV(B) 337.77º 0.89% 0.98% -
XYZ 42.99 22.42 16.81 -
YUV 103.44 131.71 233.25 -
System Red Green Blue C M Y K H S L
Decimal 251 27 110 0 0.89 0.56 0.02 337.77 0.97 0.55
Hex FB 1B 6E 0 59 38 2 152 61 37
Octal 373 33 156 0 131 70 2 522 141 67
Binary 11111011 11011 1101110 0 1011001 111000 10 101010010 1100001 110111

Color Harmonies of #FB1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1B6E

Black with #FB1B6E

Text Example


Text Example

White with #FB1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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