Shades of Brilliant Rose #F25C99
Tints of Brilliant Rose #F25C99
RGB
CMYK
RGB Variations
Color information
#F25C99 (or 0xF25C99) is known color: Brilliant Rose. HEX triplet: F2, 5C and 99. RGB value is (242,92,153). Sum of RGB (Red+Green+Blue) = 242+92+153=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C99 is #0DA366. Grayscale: #8F8F8F. Windows color (decimal): -893799 or 10050802. OLE color: 10050802.
HSL color Cylindrical-coordinate representation of color #F25C99: hue angle of 335.6º 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 #F25C99 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 153 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.05 |
| HSL | 335.6º | 0.85% | 0.65% | - |
| HSV(B) | 335.6º | 0.62% | 0.95% | - |
| XYZ | 46.19 | 28.83 | 33.27 | - |
| YUV | 143.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 153 | 0 | 0.62 | 0.37 | 0.05 | 335.6 | 0.85 | 0.65 |
| Hex | F2 | 5C | 99 | 0 | 3E | 25 | 5 | 150 | 55 | 41 |
| Octal | 362 | 134 | 231 | 0 | 76 | 45 | 5 | 520 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10011001 | 0 | 111110 | 100101 | 101 | 101010000 | 1010101 | 1000001 |
Color Harmonies of #F25C99
Complementary color
Monochromatic Colors of #F25C99
Black with #F25C99
Text Example
Text Example
White with #F25C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C99; }
p { color: rgb(242,92,153); }
H1.HeaderClassName
{
color: #F25C99;
}
.AnyTagClassName
{
color: #F25C99;
}
</style>
background-color css
<style>
a { background-color: #F25C99; }
a { background-color: rgb(242,92,153); }
div.DivClassName
{
background-color: #F25C99;
}
.BgClassName
{
background-color: #F25C99;
}
</style>
border-color css
<style>
span { border-color: #F25C99; }
span { border-color: rgb(242,92,153); }
td.TdClassName
{
border-color: #F25C99;
}
.TagClassName
{
border-color: #F25C99;
}
</style>