Shades of Ruby #F30C75
Tints of Ruby #F30C75
RGB
CMYK
RGB Variations
Color information
#F30C75 (or 0xF30C75) is known color: Ruby. HEX triplet: F3, 0C and 75. RGB value is (243,12,117). Sum of RGB (Red+Green+Blue) = 243+12+117=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30C75 is #0CF38A. Grayscale: #5C5C5C. Windows color (decimal): -848779 or 7671027. OLE color: 7671027.
HSL color Cylindrical-coordinate representation of color #F30C75: hue angle of 332.73º 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 #F30C75 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 117 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.05 |
| HSL | 332.73º | 0.91% | 0.5% | - |
| HSV(B) | 332.73º | 0.95% | 0.95% | - |
| XYZ | 40.3 | 20.6 | 18.68 | - |
| YUV | 93.04 | 141.53 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 117 | 0 | 0.95 | 0.52 | 0.05 | 332.73 | 0.91 | 0.5 |
| Hex | F3 | C | 75 | 0 | 5F | 34 | 5 | 14D | 5B | 32 |
| Octal | 363 | 14 | 165 | 0 | 137 | 64 | 5 | 515 | 133 | 62 |
| Binary | 11110011 | 1100 | 1110101 | 0 | 1011111 | 110100 | 101 | 101001101 | 1011011 | 110010 |
Color Harmonies of #F30C75
Complementary color
Monochromatic Colors of #F30C75
Black with #F30C75
Text Example
Text Example
White with #F30C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30C75; }
p { color: rgb(243,12,117); }
H1.HeaderClassName
{
color: #F30C75;
}
.AnyTagClassName
{
color: #F30C75;
}
</style>
background-color css
<style>
a { background-color: #F30C75; }
a { background-color: rgb(243,12,117); }
div.DivClassName
{
background-color: #F30C75;
}
.BgClassName
{
background-color: #F30C75;
}
</style>
border-color css
<style>
span { border-color: #F30C75; }
span { border-color: rgb(243,12,117); }
td.TdClassName
{
border-color: #F30C75;
}
.TagClassName
{
border-color: #F30C75;
}
</style>