Shades of Brilliant Rose #F25398
Tints of Brilliant Rose #F25398
RGB
CMYK
RGB Variations
Color information
#F25398 (or 0xF25398) is known color: Brilliant Rose. HEX triplet: F2, 53 and 98. RGB value is (242,83,152). Sum of RGB (Red+Green+Blue) = 242+83+152=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F25398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25398 is #0DAC67. Grayscale: #8A8A8A. Windows color (decimal): -896104 or 9982962. OLE color: 9982962.
HSL color Cylindrical-coordinate representation of color #F25398: hue angle of 333.96º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25398 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 152 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.05 |
| HSL | 333.96º | 0.86% | 0.64% | - |
| HSV(B) | 333.96º | 0.66% | 0.95% | - |
| XYZ | 45.38 | 27.33 | 32.59 | - |
| YUV | 138.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 152 | 0 | 0.66 | 0.37 | 0.05 | 333.96 | 0.86 | 0.64 |
| Hex | F2 | 53 | 98 | 0 | 42 | 25 | 5 | 14E | 56 | 40 |
| Octal | 362 | 123 | 230 | 0 | 102 | 45 | 5 | 516 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10011000 | 0 | 1000010 | 100101 | 101 | 101001110 | 1010110 | 1000000 |
Color Harmonies of #F25398
Complementary color
Monochromatic Colors of #F25398
Black with #F25398
Text Example
Text Example
White with #F25398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25398; }
p { color: rgb(242,83,152); }
H1.HeaderClassName
{
color: #F25398;
}
.AnyTagClassName
{
color: #F25398;
}
</style>
background-color css
<style>
a { background-color: #F25398; }
a { background-color: rgb(242,83,152); }
div.DivClassName
{
background-color: #F25398;
}
.BgClassName
{
background-color: #F25398;
}
</style>
border-color css
<style>
span { border-color: #F25398; }
span { border-color: rgb(242,83,152); }
td.TdClassName
{
border-color: #F25398;
}
.TagClassName
{
border-color: #F25398;
}
</style>