Shades of Brilliant Rose #F258B0
Tints of Brilliant Rose #F258B0
RGB
CMYK
RGB Variations
Color information
#F258B0 (or 0xF258B0) is known color: Brilliant Rose. HEX triplet: F2, 58 and B0. RGB value is (242,88,176). Sum of RGB (Red+Green+Blue) = 242+88+176=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F258B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F258B0 is #0DA74F. Grayscale: #8F8F8F. Windows color (decimal): -894800 or 11557106. OLE color: 11557106.
HSL color Cylindrical-coordinate representation of color #F258B0: hue angle of 325.71º 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 #F258B0 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 176 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.05 |
| HSL | 325.71º | 0.86% | 0.65% | - |
| HSV(B) | 325.71º | 0.64% | 0.95% | - |
| XYZ | 47.94 | 28.99 | 44.14 | - |
| YUV | 144.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 176 | 0 | 0.64 | 0.27 | 0.05 | 325.71 | 0.86 | 0.65 |
| Hex | F2 | 58 | B0 | 0 | 40 | 1B | 5 | 146 | 56 | 41 |
| Octal | 362 | 130 | 260 | 0 | 100 | 33 | 5 | 506 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10110000 | 0 | 1000000 | 11011 | 101 | 101000110 | 1010110 | 1000001 |
Color Harmonies of #F258B0
Complementary color
Monochromatic Colors of #F258B0
Black with #F258B0
Text Example
Text Example
White with #F258B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258B0; }
p { color: rgb(242,88,176); }
H1.HeaderClassName
{
color: #F258B0;
}
.AnyTagClassName
{
color: #F258B0;
}
</style>
background-color css
<style>
a { background-color: #F258B0; }
a { background-color: rgb(242,88,176); }
div.DivClassName
{
background-color: #F258B0;
}
.BgClassName
{
background-color: #F258B0;
}
</style>
border-color css
<style>
span { border-color: #F258B0; }
span { border-color: rgb(242,88,176); }
td.TdClassName
{
border-color: #F258B0;
}
.TagClassName
{
border-color: #F258B0;
}
</style>