Shades of Brilliant Rose #F952AF
Tints of Brilliant Rose #F952AF
RGB
CMYK
RGB Variations
Color information
#F952AF (or 0xF952AF) is known color: Brilliant Rose. HEX triplet: F9, 52 and AF. RGB value is (249,82,175). Sum of RGB (Red+Green+Blue) = 249+82+175=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F952AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F952AF is #06AD50. Grayscale: #8E8E8E. Windows color (decimal): -437585 or 11490041. OLE color: 11490041.
HSL color Cylindrical-coordinate representation of color #F952AF: hue angle of 326.59º 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 #F952AF is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 175 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.02 |
| HSL | 326.59º | 0.93% | 0.65% | - |
| HSV(B) | 326.59º | 0.67% | 0.98% | - |
| XYZ | 49.82 | 29.27 | 43.58 | - |
| YUV | 142.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 175 | 0 | 0.67 | 0.30 | 0.02 | 326.59 | 0.93 | 0.65 |
| Hex | F9 | 52 | AF | 0 | 43 | 1E | 2 | 147 | 5D | 41 |
| Octal | 371 | 122 | 257 | 0 | 103 | 36 | 2 | 507 | 135 | 101 |
| Binary | 11111001 | 1010010 | 10101111 | 0 | 1000011 | 11110 | 10 | 101000111 | 1011101 | 1000001 |
Color Harmonies of #F952AF
Complementary color
Monochromatic Colors of #F952AF
Black with #F952AF
Text Example
Text Example
White with #F952AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952AF; }
p { color: rgb(249,82,175); }
H1.HeaderClassName
{
color: #F952AF;
}
.AnyTagClassName
{
color: #F952AF;
}
</style>
background-color css
<style>
a { background-color: #F952AF; }
a { background-color: rgb(249,82,175); }
div.DivClassName
{
background-color: #F952AF;
}
.BgClassName
{
background-color: #F952AF;
}
</style>
border-color css
<style>
span { border-color: #F952AF; }
span { border-color: rgb(249,82,175); }
td.TdClassName
{
border-color: #F952AF;
}
.TagClassName
{
border-color: #F952AF;
}
</style>