Html Css Color HEX #FB1973 Ruby

📋 copy color: '#FB1973'

red 251 ◦ green 25 ◦ blue 115

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

Shades of Ruby #FB1973

Tints of Ruby #FB1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.39%

 BLUE value IS 115 (45.31% from 255) = 29.41%

R = 64.19%
G = 6.39%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB1973 (or 0xFB1973) is known color: Ruby. HEX triplet: FB, 19 and 73. RGB value is (251,25,115). Sum of RGB (Red+Green+Blue) = 251+25+115=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1973 is #04E68C. Grayscale: #666666. Windows color (decimal): -321165 or 7543291. OLE color: 7543291.

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

Color convert

RGB 251 25 115 -
CMYK 0 0.90 0.54 0.02
HSL 336.11º 0.97% 0.54% -
HSV(B) 336.11º 0.9% 0.98% -
XYZ 43.23 22.44 18.27 -
YUV 102.83 134.87 233.68 -
System Red Green Blue C M Y K H S L
Decimal 251 25 115 0 0.90 0.54 0.02 336.11 0.97 0.54
Hex FB 19 73 0 5A 36 2 150 61 36
Octal 373 31 163 0 132 66 2 520 141 66
Binary 11111011 11001 1110011 0 1011010 110110 10 101010000 1100001 110110

Color Harmonies of #FB1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1973

Black with #FB1973

Text Example


Text Example

White with #FB1973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1973; }

 p { color: rgb(251,25,115); }

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

background-color css

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

 a { background-color: rgb(251,25,115); }

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

border-color css

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

 span { border-color: rgb(251,25,115); }

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