Html Css Color HEX #FB1865 Ruby

📋 copy color: '#FB1865'

red 251 ◦ green 24 ◦ blue 101

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

Shades of Ruby #FB1865

Tints of Ruby #FB1865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 66.76%
G = 6.38%
B = 26.86%

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

#FB1865 (or 0xFB1865) is known color: Ruby. HEX triplet: FB, 18 and 65. RGB value is (251,24,101). Sum of RGB (Red+Green+Blue) = 251+24+101=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1865 is #04E79A. Grayscale: #646464. Windows color (decimal): -321435 or 6625531. OLE color: 6625531.

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

Color convert

RGB 251 24 101 -
CMYK 0 0.90 0.60 0.02
HSL 339.65º 0.97% 0.54% -
HSV(B) 339.65º 0.9% 0.98% -
XYZ 42.46 22.1 14.34 -
YUV 100.65 128.21 235.24 -
System Red Green Blue C M Y K H S L
Decimal 251 24 101 0 0.90 0.60 0.02 339.65 0.97 0.54
Hex FB 18 65 0 5A 3C 2 154 61 36
Octal 373 30 145 0 132 74 2 524 141 66
Binary 11111011 11000 1100101 0 1011010 111100 10 101010100 1100001 110110

Color Harmonies of #FB1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1865

Black with #FB1865

Text Example


Text Example

White with #FB1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1865; }

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

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

background-color css

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

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

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

border-color css

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

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

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