Shades of Brilliant Rose #F952B3
Tints of Brilliant Rose #F952B3
RGB
CMYK
RGB Variations
Color information
#F952B3 (or 0xF952B3) is known color: Brilliant Rose. HEX triplet: F9, 52 and B3. RGB value is (249,82,179). Sum of RGB (Red+Green+Blue) = 249+82+179=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F952B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952B3 is #06AD4C. Grayscale: #8E8E8E. Windows color (decimal): -437581 or 11752185. OLE color: 11752185.
HSL color Cylindrical-coordinate representation of color #F952B3: hue angle of 325.15º 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 #F952B3 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 179 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.02 |
| HSL | 325.15º | 0.93% | 0.65% | - |
| HSV(B) | 325.15º | 0.67% | 0.98% | - |
| XYZ | 50.22 | 29.43 | 45.68 | - |
| YUV | 142.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 179 | 0 | 0.67 | 0.28 | 0.02 | 325.15 | 0.93 | 0.65 |
| Hex | F9 | 52 | B3 | 0 | 43 | 1C | 2 | 145 | 5D | 41 |
| Octal | 371 | 122 | 263 | 0 | 103 | 34 | 2 | 505 | 135 | 101 |
| Binary | 11111001 | 1010010 | 10110011 | 0 | 1000011 | 11100 | 10 | 101000101 | 1011101 | 1000001 |
Color Harmonies of #F952B3
Complementary color
Monochromatic Colors of #F952B3
Black with #F952B3
Text Example
Text Example
White with #F952B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952B3; }
p { color: rgb(249,82,179); }
H1.HeaderClassName
{
color: #F952B3;
}
.AnyTagClassName
{
color: #F952B3;
}
</style>
background-color css
<style>
a { background-color: #F952B3; }
a { background-color: rgb(249,82,179); }
div.DivClassName
{
background-color: #F952B3;
}
.BgClassName
{
background-color: #F952B3;
}
</style>
border-color css
<style>
span { border-color: #F952B3; }
span { border-color: rgb(249,82,179); }
td.TdClassName
{
border-color: #F952B3;
}
.TagClassName
{
border-color: #F952B3;
}
</style>