Shades of Brilliant Rose #F25099
Tints of Brilliant Rose #F25099
RGB
CMYK
RGB Variations
Color information
#F25099 (or 0xF25099) is known color: Brilliant Rose. HEX triplet: F2, 50 and 99. RGB value is (242,80,153). Sum of RGB (Red+Green+Blue) = 242+80+153=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F25099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25099 is #0DAF66. Grayscale: #888888. Windows color (decimal): -896871 or 10047730. OLE color: 10047730.
HSL color Cylindrical-coordinate representation of color #F25099: hue angle of 332.96º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25099 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 153 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.05 |
| HSL | 332.96º | 0.86% | 0.63% | - |
| HSV(B) | 332.96º | 0.67% | 0.95% | - |
| XYZ | 45.24 | 26.91 | 32.95 | - |
| YUV | 136.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 153 | 0 | 0.67 | 0.37 | 0.05 | 332.96 | 0.86 | 0.63 |
| Hex | F2 | 50 | 99 | 0 | 43 | 25 | 5 | 14D | 56 | 3F |
| Octal | 362 | 120 | 231 | 0 | 103 | 45 | 5 | 515 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10011001 | 0 | 1000011 | 100101 | 101 | 101001101 | 1010110 | 111111 |
Color Harmonies of #F25099
Complementary color
Monochromatic Colors of #F25099
Black with #F25099
Text Example
Text Example
White with #F25099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25099; }
p { color: rgb(242,80,153); }
H1.HeaderClassName
{
color: #F25099;
}
.AnyTagClassName
{
color: #F25099;
}
</style>
background-color css
<style>
a { background-color: #F25099; }
a { background-color: rgb(242,80,153); }
div.DivClassName
{
background-color: #F25099;
}
.BgClassName
{
background-color: #F25099;
}
</style>
border-color css
<style>
span { border-color: #F25099; }
span { border-color: rgb(242,80,153); }
td.TdClassName
{
border-color: #F25099;
}
.TagClassName
{
border-color: #F25099;
}
</style>