Shades of Brilliant Rose #F952B5
Tints of Brilliant Rose #F952B5
RGB
CMYK
RGB Variations
Color information
#F952B5 (or 0xF952B5) is known color: Brilliant Rose. HEX triplet: F9, 52 and B5. RGB value is (249,82,181). Sum of RGB (Red+Green+Blue) = 249+82+181=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F952B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952B5 is #06AD4A. Grayscale: #8E8E8E. Windows color (decimal): -437579 or 11883257. OLE color: 11883257.
HSL color Cylindrical-coordinate representation of color #F952B5: hue angle of 324.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F952B5 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 181 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.02 |
| HSL | 324.43º | 0.93% | 0.65% | - |
| HSV(B) | 324.43º | 0.67% | 0.98% | - |
| XYZ | 50.42 | 29.51 | 46.75 | - |
| YUV | 143.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 181 | 0 | 0.67 | 0.27 | 0.02 | 324.43 | 0.93 | 0.65 |
| Hex | F9 | 52 | B5 | 0 | 43 | 1B | 2 | 144 | 5D | 41 |
| Octal | 371 | 122 | 265 | 0 | 103 | 33 | 2 | 504 | 135 | 101 |
| Binary | 11111001 | 1010010 | 10110101 | 0 | 1000011 | 11011 | 10 | 101000100 | 1011101 | 1000001 |
Color Harmonies of #F952B5
Complementary color
Monochromatic Colors of #F952B5
Black with #F952B5
Text Example
Text Example
White with #F952B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952B5; }
p { color: rgb(249,82,181); }
H1.HeaderClassName
{
color: #F952B5;
}
.AnyTagClassName
{
color: #F952B5;
}
</style>
background-color css
<style>
a { background-color: #F952B5; }
a { background-color: rgb(249,82,181); }
div.DivClassName
{
background-color: #F952B5;
}
.BgClassName
{
background-color: #F952B5;
}
</style>
border-color css
<style>
span { border-color: #F952B5; }
span { border-color: rgb(249,82,181); }
td.TdClassName
{
border-color: #F952B5;
}
.TagClassName
{
border-color: #F952B5;
}
</style>