Html Css Color HEX #FB1669 Ruby

📋 copy color: '#FB1669'

red 251 ◦ green 22 ◦ blue 105

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

Shades of Ruby #FB1669

Tints of Ruby #FB1669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.78%

R = 66.4%
G = 5.82%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FB1669 (or 0xFB1669) is known color: Ruby. HEX triplet: FB, 16 and 69. RGB value is (251,22,105). Sum of RGB (Red+Green+Blue) = 251+22+105=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1669 is #04E996. Grayscale: #636363. Windows color (decimal): -321943 or 6887163. OLE color: 6887163.

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

Color convert

RGB 251 22 105 -
CMYK 0 0.91 0.58 0.02
HSL 338.25º 0.97% 0.54% -
HSV(B) 338.25º 0.91% 0.98% -
XYZ 42.62 22.1 15.38 -
YUV 99.93 130.87 235.75 -
System Red Green Blue C M Y K H S L
Decimal 251 22 105 0 0.91 0.58 0.02 338.25 0.97 0.54
Hex FB 16 69 0 5B 3A 2 152 61 36
Octal 373 26 151 0 133 72 2 522 141 66
Binary 11111011 10110 1101001 0 1011011 111010 10 101010010 1100001 110110

Color Harmonies of #FB1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1669

Black with #FB1669

Text Example


Text Example

White with #FB1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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