Shades of Ruby #F30B77
Tints of Ruby #F30B77
RGB
CMYK
RGB Variations
Color information
#F30B77 (or 0xF30B77) is known color: Ruby. HEX triplet: F3, 0B and 77. RGB value is (243,11,119). Sum of RGB (Red+Green+Blue) = 243+11+119=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F30B77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30B77 is #0CF488. Grayscale: #5C5C5C. Windows color (decimal): -849033 or 7801843. OLE color: 7801843.
HSL color Cylindrical-coordinate representation of color #F30B77: hue angle of 332.07º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30B77 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 119 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.05 |
| HSL | 332.07º | 0.91% | 0.5% | - |
| HSV(B) | 332.07º | 0.95% | 0.95% | - |
| XYZ | 40.41 | 20.63 | 19.3 | - |
| YUV | 92.68 | 142.86 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 119 | 0 | 0.95 | 0.51 | 0.05 | 332.07 | 0.91 | 0.5 |
| Hex | F3 | B | 77 | 0 | 5F | 33 | 5 | 14C | 5B | 32 |
| Octal | 363 | 13 | 167 | 0 | 137 | 63 | 5 | 514 | 133 | 62 |
| Binary | 11110011 | 1011 | 1110111 | 0 | 1011111 | 110011 | 101 | 101001100 | 1011011 | 110010 |
Color Harmonies of #F30B77
Complementary color
Monochromatic Colors of #F30B77
Black with #F30B77
Text Example
Text Example
White with #F30B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30B77; }
p { color: rgb(243,11,119); }
H1.HeaderClassName
{
color: #F30B77;
}
.AnyTagClassName
{
color: #F30B77;
}
</style>
background-color css
<style>
a { background-color: #F30B77; }
a { background-color: rgb(243,11,119); }
div.DivClassName
{
background-color: #F30B77;
}
.BgClassName
{
background-color: #F30B77;
}
</style>
border-color css
<style>
span { border-color: #F30B77; }
span { border-color: rgb(243,11,119); }
td.TdClassName
{
border-color: #F30B77;
}
.TagClassName
{
border-color: #F30B77;
}
</style>