Html Css Color HEX #FB1570 Ruby

📋 copy color: '#FB1570'

red 251 ◦ green 21 ◦ blue 112

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

Shades of Ruby #FB1570

Tints of Ruby #FB1570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

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

R = 65.36%
G = 5.47%
B = 29.17%

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

#FB1570 (or 0xFB1570) is known color: Ruby. HEX triplet: FB, 15 and 70. RGB value is (251,21,112). Sum of RGB (Red+Green+Blue) = 251+21+112=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1570 is #04EA8F. Grayscale: #646464. Windows color (decimal): -322192 or 7345659. OLE color: 7345659.

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

Color convert

RGB 251 21 112 -
CMYK 0 0.92 0.55 0.02
HSL 336.26º 0.97% 0.53% -
HSV(B) 336.26º 0.92% 0.98% -
XYZ 42.98 22.22 17.35 -
YUV 100.14 134.7 235.6 -
System Red Green Blue C M Y K H S L
Decimal 251 21 112 0 0.92 0.55 0.02 336.26 0.97 0.53
Hex FB 15 70 0 5C 37 2 150 61 35
Octal 373 25 160 0 134 67 2 520 141 65
Binary 11111011 10101 1110000 0 1011100 110111 10 101010000 1100001 110101

Color Harmonies of #FB1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1570

Black with #FB1570

Text Example


Text Example

White with #FB1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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