Html Css Color HEX #FB1471 Ruby

📋 copy color: '#FB1471'

red 251 ◦ green 20 ◦ blue 113

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

Shades of Ruby #FB1471

Tints of Ruby #FB1471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.21%

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

R = 65.36%
G = 5.21%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB1471 (or 0xFB1471) is known color: Ruby. HEX triplet: FB, 14 and 71. RGB value is (251,20,113). Sum of RGB (Red+Green+Blue) = 251+20+113=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1471 is #04EB8E. Grayscale: #636363. Windows color (decimal): -322447 or 7410939. OLE color: 7410939.

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

Color convert

RGB 251 20 113 -
CMYK 0 0.92 0.55 0.02
HSL 335.84º 0.97% 0.53% -
HSV(B) 335.84º 0.92% 0.98% -
XYZ 43.01 22.2 17.64 -
YUV 99.67 135.53 235.94 -
System Red Green Blue C M Y K H S L
Decimal 251 20 113 0 0.92 0.55 0.02 335.84 0.97 0.53
Hex FB 14 71 0 5C 37 2 150 61 35
Octal 373 24 161 0 134 67 2 520 141 65
Binary 11111011 10100 1110001 0 1011100 110111 10 101010000 1100001 110101

Color Harmonies of #FB1471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1471

Black with #FB1471

Text Example


Text Example

White with #FB1471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1471; }

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

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

background-color css

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

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

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

border-color css

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

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

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