Html Css Color HEX #FB1271 Ruby

📋 copy color: '#FB1271'

red 251 ◦ green 18 ◦ blue 113

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

Shades of Ruby #FB1271

Tints of Ruby #FB1271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 65.71%
G = 4.71%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB1271 (or 0xFB1271) is known color: Ruby. HEX triplet: FB, 12 and 71. RGB value is (251,18,113). Sum of RGB (Red+Green+Blue) = 251+18+113=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1271 is #04ED8E. Grayscale: #626262. Windows color (decimal): -322959 or 7410427. OLE color: 7410427.

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

Color convert

RGB 251 18 113 -
CMYK 0 0.93 0.55 0.02
HSL 335.54º 0.97% 0.53% -
HSV(B) 335.54º 0.93% 0.98% -
XYZ 42.98 22.13 17.63 -
YUV 98.5 136.19 236.78 -
System Red Green Blue C M Y K H S L
Decimal 251 18 113 0 0.93 0.55 0.02 335.54 0.97 0.53
Hex FB 12 71 0 5D 37 2 150 61 35
Octal 373 22 161 0 135 67 2 520 141 65
Binary 11111011 10010 1110001 0 1011101 110111 10 101010000 1100001 110101

Color Harmonies of #FB1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1271

Black with #FB1271

Text Example


Text Example

White with #FB1271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1271; }

 p { color: rgb(251,18,113); }

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

background-color css

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

 a { background-color: rgb(251,18,113); }

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

border-color css

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

 span { border-color: rgb(251,18,113); }

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