Html Css Color HEX #FB1668 Ruby

📋 copy color: '#FB1668'

red 251 ◦ green 22 ◦ blue 104

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

Shades of Ruby #FB1668

Tints of Ruby #FB1668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 66.58%
G = 5.84%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB1668 (or 0xFB1668) is known color: Ruby. HEX triplet: FB, 16 and 68. RGB value is (251,22,104). Sum of RGB (Red+Green+Blue) = 251+22+104=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1668 is #04E997. Grayscale: #636363. Windows color (decimal): -321944 or 6821627. OLE color: 6821627.

HSL color Cylindrical-coordinate representation of color #FB1668: hue angle of 338.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1668 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 22 104 -
CMYK 0 0.91 0.59 0.02
HSL 338.52º 0.97% 0.54% -
HSV(B) 338.52º 0.91% 0.98% -
XYZ 42.57 22.08 15.12 -
YUV 99.82 130.37 235.83 -
System Red Green Blue C M Y K H S L
Decimal 251 22 104 0 0.91 0.59 0.02 338.52 0.97 0.54
Hex FB 16 68 0 5B 3B 2 153 61 36
Octal 373 26 150 0 133 73 2 523 141 66
Binary 11111011 10110 1101000 0 1011011 111011 10 101010011 1100001 110110

Color Harmonies of #FB1668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1668

Black with #FB1668

Text Example


Text Example

White with #FB1668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1668; }

 p { color: rgb(251,22,104); }

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

background-color css

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

 a { background-color: rgb(251,22,104); }

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

border-color css

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

 span { border-color: rgb(251,22,104); }

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