Shades of Brilliant Rose #F258A6
Tints of Brilliant Rose #F258A6
RGB
CMYK
RGB Variations
Color information
#F258A6 (or 0xF258A6) is known color: Brilliant Rose. HEX triplet: F2, 58 and A6. RGB value is (242,88,166). Sum of RGB (Red+Green+Blue) = 242+88+166=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F258A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F258A6 is #0DA759. Grayscale: #8E8E8E. Windows color (decimal): -894810 or 10901746. OLE color: 10901746.
HSL color Cylindrical-coordinate representation of color #F258A6: hue angle of 329.61º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F258A6 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 166 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.05 |
| HSL | 329.61º | 0.86% | 0.65% | - |
| HSV(B) | 329.61º | 0.64% | 0.95% | - |
| XYZ | 46.99 | 28.61 | 39.12 | - |
| YUV | 142.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 166 | 0 | 0.64 | 0.31 | 0.05 | 329.61 | 0.86 | 0.65 |
| Hex | F2 | 58 | A6 | 0 | 40 | 1F | 5 | 14A | 56 | 41 |
| Octal | 362 | 130 | 246 | 0 | 100 | 37 | 5 | 512 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10100110 | 0 | 1000000 | 11111 | 101 | 101001010 | 1010110 | 1000001 |
Color Harmonies of #F258A6
Complementary color
Monochromatic Colors of #F258A6
Black with #F258A6
Text Example
Text Example
White with #F258A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258A6; }
p { color: rgb(242,88,166); }
H1.HeaderClassName
{
color: #F258A6;
}
.AnyTagClassName
{
color: #F258A6;
}
</style>
background-color css
<style>
a { background-color: #F258A6; }
a { background-color: rgb(242,88,166); }
div.DivClassName
{
background-color: #F258A6;
}
.BgClassName
{
background-color: #F258A6;
}
</style>
border-color css
<style>
span { border-color: #F258A6; }
span { border-color: rgb(242,88,166); }
td.TdClassName
{
border-color: #F258A6;
}
.TagClassName
{
border-color: #F258A6;
}
</style>