Shades of Ruby #F21967
Tints of Ruby #F21967
RGB
CMYK
RGB Variations
Color information
#F21967 (or 0xF21967) is known color: Ruby. HEX triplet: F2, 19 and 67. RGB value is (242,25,103). Sum of RGB (Red+Green+Blue) = 242+25+103=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F21967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21967 is #0DE698. Grayscale: #626262. Windows color (decimal): -911001 or 6756850. OLE color: 6756850.
HSL color Cylindrical-coordinate representation of color #F21967: hue angle of 338.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21967 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 103 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.05 |
| HSL | 338.43º | 0.89% | 0.52% | - |
| HSV(B) | 338.43º | 0.9% | 0.95% | - |
| XYZ | 39.41 | 20.55 | 14.72 | - |
| YUV | 98.78 | 130.39 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 103 | 0 | 0.90 | 0.57 | 0.05 | 338.43 | 0.89 | 0.52 |
| Hex | F2 | 19 | 67 | 0 | 5A | 39 | 5 | 152 | 59 | 34 |
| Octal | 362 | 31 | 147 | 0 | 132 | 71 | 5 | 522 | 131 | 64 |
| Binary | 11110010 | 11001 | 1100111 | 0 | 1011010 | 111001 | 101 | 101010010 | 1011001 | 110100 |
Color Harmonies of #F21967
Complementary color
Monochromatic Colors of #F21967
Black with #F21967
Text Example
Text Example
White with #F21967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21967; }
p { color: rgb(242,25,103); }
H1.HeaderClassName
{
color: #F21967;
}
.AnyTagClassName
{
color: #F21967;
}
</style>
background-color css
<style>
a { background-color: #F21967; }
a { background-color: rgb(242,25,103); }
div.DivClassName
{
background-color: #F21967;
}
.BgClassName
{
background-color: #F21967;
}
</style>
border-color css
<style>
span { border-color: #F21967; }
span { border-color: rgb(242,25,103); }
td.TdClassName
{
border-color: #F21967;
}
.TagClassName
{
border-color: #F21967;
}
</style>