Shades of Ruby #F31B5C
Tints of Ruby #F31B5C
RGB
CMYK
RGB Variations
Color information
#F31B5C (or 0xF31B5C) is known color: Ruby. HEX triplet: F3, 1B and 5C. RGB value is (243,27,92). Sum of RGB (Red+Green+Blue) = 243+27+92=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31B5C is #0CE4A3. Grayscale: #626262. Windows color (decimal): -844964 or 6036467. OLE color: 6036467.
HSL color Cylindrical-coordinate representation of color #F31B5C: hue angle of 341.94º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31B5C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 92 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.05 |
| HSL | 341.94º | 0.9% | 0.53% | - |
| HSV(B) | 341.94º | 0.89% | 0.95% | - |
| XYZ | 39.29 | 20.61 | 12.03 | - |
| YUV | 98.99 | 124.06 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 92 | 0 | 0.89 | 0.62 | 0.05 | 341.94 | 0.9 | 0.53 |
| Hex | F3 | 1B | 5C | 0 | 59 | 3E | 5 | 156 | 5A | 35 |
| Octal | 363 | 33 | 134 | 0 | 131 | 76 | 5 | 526 | 132 | 65 |
| Binary | 11110011 | 11011 | 1011100 | 0 | 1011001 | 111110 | 101 | 101010110 | 1011010 | 110101 |
Color Harmonies of #F31B5C
Complementary color
Monochromatic Colors of #F31B5C
Black with #F31B5C
Text Example
Text Example
White with #F31B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B5C; }
p { color: rgb(243,27,92); }
H1.HeaderClassName
{
color: #F31B5C;
}
.AnyTagClassName
{
color: #F31B5C;
}
</style>
background-color css
<style>
a { background-color: #F31B5C; }
a { background-color: rgb(243,27,92); }
div.DivClassName
{
background-color: #F31B5C;
}
.BgClassName
{
background-color: #F31B5C;
}
</style>
border-color css
<style>
span { border-color: #F31B5C; }
span { border-color: rgb(243,27,92); }
td.TdClassName
{
border-color: #F31B5C;
}
.TagClassName
{
border-color: #F31B5C;
}
</style>