Html Css Color HEX #FB1A70 Ruby

📋 copy color: '#FB1A70'

red 251 ◦ green 26 ◦ blue 112

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

Shades of Ruby #FB1A70

Tints of Ruby #FB1A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.68%

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

R = 64.52%
G = 6.68%
B = 28.79%

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

#FB1A70 (or 0xFB1A70) is known color: Ruby. HEX triplet: FB, 1A and 70. RGB value is (251,26,112). Sum of RGB (Red+Green+Blue) = 251+26+112=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A70 is #04E58F. Grayscale: #666666. Windows color (decimal): -320912 or 7346939. OLE color: 7346939.

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

Color convert

RGB 251 26 112 -
CMYK 0 0.90 0.55 0.02
HSL 337.07º 0.97% 0.54% -
HSV(B) 337.07º 0.9% 0.98% -
XYZ 43.08 22.42 17.39 -
YUV 103.08 133.04 233.51 -
System Red Green Blue C M Y K H S L
Decimal 251 26 112 0 0.90 0.55 0.02 337.07 0.97 0.54
Hex FB 1A 70 0 5A 37 2 151 61 36
Octal 373 32 160 0 132 67 2 521 141 66
Binary 11111011 11010 1110000 0 1011010 110111 10 101010001 1100001 110110

Color Harmonies of #FB1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A70

Black with #FB1A70

Text Example


Text Example

White with #FB1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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