Html Css Color HEX #FB1970 Ruby

📋 copy color: '#FB1970'

red 251 ◦ green 25 ◦ blue 112

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

Shades of Ruby #FB1970

Tints of Ruby #FB1970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 64.69%
G = 6.44%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB1970 (or 0xFB1970) is known color: Ruby. HEX triplet: FB, 19 and 70. RGB value is (251,25,112). Sum of RGB (Red+Green+Blue) = 251+25+112=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1970 is #04E68F. Grayscale: #666666. Windows color (decimal): -321168 or 7346683. OLE color: 7346683.

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

Color convert

RGB 251 25 112 -
CMYK 0 0.90 0.55 0.02
HSL 336.9º 0.97% 0.54% -
HSV(B) 336.9º 0.9% 0.98% -
XYZ 43.06 22.37 17.38 -
YUV 102.49 133.37 233.93 -
System Red Green Blue C M Y K H S L
Decimal 251 25 112 0 0.90 0.55 0.02 336.9 0.97 0.54
Hex FB 19 70 0 5A 37 2 151 61 36
Octal 373 31 160 0 132 67 2 521 141 66
Binary 11111011 11001 1110000 0 1011010 110111 10 101010001 1100001 110110

Color Harmonies of #FB1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1970

Black with #FB1970

Text Example


Text Example

White with #FB1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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