Shades of Brilliant Rose #F25498
Tints of Brilliant Rose #F25498
RGB
CMYK
RGB Variations
Color information
#F25498 (or 0xF25498) is known color: Brilliant Rose. HEX triplet: F2, 54 and 98. RGB value is (242,84,152). Sum of RGB (Red+Green+Blue) = 242+84+152=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F25498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25498 is #0DAB67. Grayscale: #8A8A8A. Windows color (decimal): -895848 or 9983218. OLE color: 9983218.
HSL color Cylindrical-coordinate representation of color #F25498: hue angle of 334.18º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25498 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 152 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.05 |
| HSL | 334.18º | 0.86% | 0.64% | - |
| HSV(B) | 334.18º | 0.65% | 0.95% | - |
| XYZ | 45.46 | 27.48 | 32.62 | - |
| YUV | 138.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 152 | 0 | 0.65 | 0.37 | 0.05 | 334.18 | 0.86 | 0.64 |
| Hex | F2 | 54 | 98 | 0 | 41 | 25 | 5 | 14E | 56 | 40 |
| Octal | 362 | 124 | 230 | 0 | 101 | 45 | 5 | 516 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10011000 | 0 | 1000001 | 100101 | 101 | 101001110 | 1010110 | 1000000 |
Color Harmonies of #F25498
Complementary color
Monochromatic Colors of #F25498
Black with #F25498
Text Example
Text Example
White with #F25498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25498; }
p { color: rgb(242,84,152); }
H1.HeaderClassName
{
color: #F25498;
}
.AnyTagClassName
{
color: #F25498;
}
</style>
background-color css
<style>
a { background-color: #F25498; }
a { background-color: rgb(242,84,152); }
div.DivClassName
{
background-color: #F25498;
}
.BgClassName
{
background-color: #F25498;
}
</style>
border-color css
<style>
span { border-color: #F25498; }
span { border-color: rgb(242,84,152); }
td.TdClassName
{
border-color: #F25498;
}
.TagClassName
{
border-color: #F25498;
}
</style>