Shades of Brilliant Rose #F953B7
Tints of Brilliant Rose #F953B7
RGB
CMYK
RGB Variations
Color information
#F953B7 (or 0xF953B7) is known color: Brilliant Rose. HEX triplet: F9, 53 and B7. RGB value is (249,83,183). Sum of RGB (Red+Green+Blue) = 249+83+183=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F953B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953B7 is #06AC48. Grayscale: #8F8F8F. Windows color (decimal): -437321 or 12014585. OLE color: 12014585.
HSL color Cylindrical-coordinate representation of color #F953B7: hue angle of 323.86º 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 #F953B7 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 183 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.02 |
| HSL | 323.86º | 0.93% | 0.65% | - |
| HSV(B) | 323.86º | 0.67% | 0.98% | - |
| XYZ | 50.71 | 29.75 | 47.87 | - |
| YUV | 144.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 183 | 0 | 0.67 | 0.27 | 0.02 | 323.86 | 0.93 | 0.65 |
| Hex | F9 | 53 | B7 | 0 | 43 | 1B | 2 | 144 | 5D | 41 |
| Octal | 371 | 123 | 267 | 0 | 103 | 33 | 2 | 504 | 135 | 101 |
| Binary | 11111001 | 1010011 | 10110111 | 0 | 1000011 | 11011 | 10 | 101000100 | 1011101 | 1000001 |
Color Harmonies of #F953B7
Complementary color
Monochromatic Colors of #F953B7
Black with #F953B7
Text Example
Text Example
White with #F953B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953B7; }
p { color: rgb(249,83,183); }
H1.HeaderClassName
{
color: #F953B7;
}
.AnyTagClassName
{
color: #F953B7;
}
</style>
background-color css
<style>
a { background-color: #F953B7; }
a { background-color: rgb(249,83,183); }
div.DivClassName
{
background-color: #F953B7;
}
.BgClassName
{
background-color: #F953B7;
}
</style>
border-color css
<style>
span { border-color: #F953B7; }
span { border-color: rgb(249,83,183); }
td.TdClassName
{
border-color: #F953B7;
}
.TagClassName
{
border-color: #F953B7;
}
</style>