Shades of Brilliant Rose #F25B9F
Tints of Brilliant Rose #F25B9F
RGB
CMYK
RGB Variations
Color information
#F25B9F (or 0xF25B9F) is known color: Brilliant Rose. HEX triplet: F2, 5B and 9F. RGB value is (242,91,159). Sum of RGB (Red+Green+Blue) = 242+91+159=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B9F is #0DA460. Grayscale: #8F8F8F. Windows color (decimal): -894049 or 10443762. OLE color: 10443762.
HSL color Cylindrical-coordinate representation of color #F25B9F: hue angle of 332.98º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25B9F is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 159 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.05 |
| HSL | 332.98º | 0.85% | 0.65% | - |
| HSV(B) | 332.98º | 0.62% | 0.95% | - |
| XYZ | 46.62 | 28.86 | 35.91 | - |
| YUV | 143.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 159 | 0 | 0.62 | 0.34 | 0.05 | 332.98 | 0.85 | 0.65 |
| Hex | F2 | 5B | 9F | 0 | 3E | 22 | 5 | 14D | 55 | 41 |
| Octal | 362 | 133 | 237 | 0 | 76 | 42 | 5 | 515 | 125 | 101 |
| Binary | 11110010 | 1011011 | 10011111 | 0 | 111110 | 100010 | 101 | 101001101 | 1010101 | 1000001 |
Color Harmonies of #F25B9F
Complementary color
Monochromatic Colors of #F25B9F
Black with #F25B9F
Text Example
Text Example
White with #F25B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B9F; }
p { color: rgb(242,91,159); }
H1.HeaderClassName
{
color: #F25B9F;
}
.AnyTagClassName
{
color: #F25B9F;
}
</style>
background-color css
<style>
a { background-color: #F25B9F; }
a { background-color: rgb(242,91,159); }
div.DivClassName
{
background-color: #F25B9F;
}
.BgClassName
{
background-color: #F25B9F;
}
</style>
border-color css
<style>
span { border-color: #F25B9F; }
span { border-color: rgb(242,91,159); }
td.TdClassName
{
border-color: #F25B9F;
}
.TagClassName
{
border-color: #F25B9F;
}
</style>