Html Css Color HEX #FB1866 Ruby

📋 copy color: '#FB1866'

red 251 ◦ green 24 ◦ blue 102

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

Shades of Ruby #FB1866

Tints of Ruby #FB1866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.37%

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 66.58%
G = 6.37%
B = 27.06%

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

#FB1866 (or 0xFB1866) is known color: Ruby. HEX triplet: FB, 18 and 66. RGB value is (251,24,102). Sum of RGB (Red+Green+Blue) = 251+24+102=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1866 is #04E799. Grayscale: #646464. Windows color (decimal): -321434 or 6691067. OLE color: 6691067.

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

Color convert

RGB 251 24 102 -
CMYK 0 0.90 0.59 0.02
HSL 339.38º 0.97% 0.54% -
HSV(B) 339.38º 0.9% 0.98% -
XYZ 42.51 22.12 14.6 -
YUV 100.77 128.71 235.16 -
System Red Green Blue C M Y K H S L
Decimal 251 24 102 0 0.90 0.59 0.02 339.38 0.97 0.54
Hex FB 18 66 0 5A 3B 2 153 61 36
Octal 373 30 146 0 132 73 2 523 141 66
Binary 11111011 11000 1100110 0 1011010 111011 10 101010011 1100001 110110

Color Harmonies of #FB1866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1866

Black with #FB1866

Text Example


Text Example

White with #FB1866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1866; }

 p { color: rgb(251,24,102); }

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

background-color css

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

 a { background-color: rgb(251,24,102); }

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

border-color css

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

 span { border-color: rgb(251,24,102); }

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