Shades of Brilliant Rose #F25399
Tints of Brilliant Rose #F25399
RGB
CMYK
RGB Variations
Color information
#F25399 (or 0xF25399) is known color: Brilliant Rose. HEX triplet: F2, 53 and 99. RGB value is (242,83,153). Sum of RGB (Red+Green+Blue) = 242+83+153=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F25399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25399 is #0DAC66. Grayscale: #8A8A8A. Windows color (decimal): -896103 or 10048498. OLE color: 10048498.
HSL color Cylindrical-coordinate representation of color #F25399: hue angle of 333.58º 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 #F25399 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 153 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.05 |
| HSL | 333.58º | 0.86% | 0.64% | - |
| HSV(B) | 333.58º | 0.66% | 0.95% | - |
| XYZ | 45.46 | 27.36 | 33.02 | - |
| YUV | 138.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 153 | 0 | 0.66 | 0.37 | 0.05 | 333.58 | 0.86 | 0.64 |
| Hex | F2 | 53 | 99 | 0 | 42 | 25 | 5 | 14E | 56 | 40 |
| Octal | 362 | 123 | 231 | 0 | 102 | 45 | 5 | 516 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10011001 | 0 | 1000010 | 100101 | 101 | 101001110 | 1010110 | 1000000 |
Color Harmonies of #F25399
Complementary color
Monochromatic Colors of #F25399
Black with #F25399
Text Example
Text Example
White with #F25399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25399; }
p { color: rgb(242,83,153); }
H1.HeaderClassName
{
color: #F25399;
}
.AnyTagClassName
{
color: #F25399;
}
</style>
background-color css
<style>
a { background-color: #F25399; }
a { background-color: rgb(242,83,153); }
div.DivClassName
{
background-color: #F25399;
}
.BgClassName
{
background-color: #F25399;
}
</style>
border-color css
<style>
span { border-color: #F25399; }
span { border-color: rgb(242,83,153); }
td.TdClassName
{
border-color: #F25399;
}
.TagClassName
{
border-color: #F25399;
}
</style>