Html Css Color HEX #FB1967 Ruby

📋 copy color: '#FB1967'

red 251 ◦ green 25 ◦ blue 103

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

Shades of Ruby #FB1967

Tints of Ruby #FB1967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.18%

R = 66.23%
G = 6.6%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB1967 (or 0xFB1967) is known color: Ruby. HEX triplet: FB, 19 and 67. RGB value is (251,25,103). Sum of RGB (Red+Green+Blue) = 251+25+103=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1967 is #04E698. Grayscale: #656565. Windows color (decimal): -321177 or 6756859. OLE color: 6756859.

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

Color convert

RGB 251 25 103 -
CMYK 0 0.90 0.59 0.02
HSL 339.29º 0.97% 0.54% -
HSV(B) 339.29º 0.9% 0.98% -
XYZ 42.58 22.18 14.87 -
YUV 101.47 128.87 234.66 -
System Red Green Blue C M Y K H S L
Decimal 251 25 103 0 0.90 0.59 0.02 339.29 0.97 0.54
Hex FB 19 67 0 5A 3B 2 153 61 36
Octal 373 31 147 0 132 73 2 523 141 66
Binary 11111011 11001 1100111 0 1011010 111011 10 101010011 1100001 110110

Color Harmonies of #FB1967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1967

Black with #FB1967

Text Example


Text Example

White with #FB1967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1967; }

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

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

background-color css

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

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

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

border-color css

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

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

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