Html Css Color HEX #FB1A64 Ruby

📋 copy color: '#FB1A64'

red 251 ◦ green 26 ◦ blue 100

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

Shades of Ruby #FB1A64

Tints of Ruby #FB1A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 66.58%
G = 6.9%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB1A64 (or 0xFB1A64) is known color: Ruby. HEX triplet: FB, 1A and 64. RGB value is (251,26,100). Sum of RGB (Red+Green+Blue) = 251+26+100=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A64 is #04E59B. Grayscale: #656565. Windows color (decimal): -320924 or 6560507. OLE color: 6560507.

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

Color convert

RGB 251 26 100 -
CMYK 0 0.90 0.60 0.02
HSL 340.27º 0.97% 0.54% -
HSV(B) 340.27º 0.9% 0.98% -
XYZ 42.45 22.17 14.1 -
YUV 101.71 127.04 234.48 -
System Red Green Blue C M Y K H S L
Decimal 251 26 100 0 0.90 0.60 0.02 340.27 0.97 0.54
Hex FB 1A 64 0 5A 3C 2 154 61 36
Octal 373 32 144 0 132 74 2 524 141 66
Binary 11111011 11010 1100100 0 1011010 111100 10 101010100 1100001 110110

Color Harmonies of #FB1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A64

Black with #FB1A64

Text Example


Text Example

White with #FB1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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