Shades of Brilliant Rose #F952AD
Tints of Brilliant Rose #F952AD
RGB
CMYK
RGB Variations
Color information
#F952AD (or 0xF952AD) is known color: Brilliant Rose. HEX triplet: F9, 52 and AD. RGB value is (249,82,173). Sum of RGB (Red+Green+Blue) = 249+82+173=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F952AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F952AD is #06AD52. Grayscale: #8E8E8E. Windows color (decimal): -437587 or 11358969. OLE color: 11358969.
HSL color Cylindrical-coordinate representation of color #F952AD: hue angle of 327.31º 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 #F952AD is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 173 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.02 |
| HSL | 327.31º | 0.93% | 0.65% | - |
| HSV(B) | 327.31º | 0.67% | 0.98% | - |
| XYZ | 49.63 | 29.19 | 42.55 | - |
| YUV | 142.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 173 | 0 | 0.67 | 0.31 | 0.02 | 327.31 | 0.93 | 0.65 |
| Hex | F9 | 52 | AD | 0 | 43 | 1F | 2 | 147 | 5D | 41 |
| Octal | 371 | 122 | 255 | 0 | 103 | 37 | 2 | 507 | 135 | 101 |
| Binary | 11111001 | 1010010 | 10101101 | 0 | 1000011 | 11111 | 10 | 101000111 | 1011101 | 1000001 |
Color Harmonies of #F952AD
Complementary color
Monochromatic Colors of #F952AD
Black with #F952AD
Text Example
Text Example
White with #F952AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952AD; }
p { color: rgb(249,82,173); }
H1.HeaderClassName
{
color: #F952AD;
}
.AnyTagClassName
{
color: #F952AD;
}
</style>
background-color css
<style>
a { background-color: #F952AD; }
a { background-color: rgb(249,82,173); }
div.DivClassName
{
background-color: #F952AD;
}
.BgClassName
{
background-color: #F952AD;
}
</style>
border-color css
<style>
span { border-color: #F952AD; }
span { border-color: rgb(249,82,173); }
td.TdClassName
{
border-color: #F952AD;
}
.TagClassName
{
border-color: #F952AD;
}
</style>