Shades of Brilliant Rose #F949B8
Tints of Brilliant Rose #F949B8
RGB
CMYK
RGB Variations
Color information
#F949B8 (or 0xF949B8) is known color: Brilliant Rose. HEX triplet: F9, 49 and B8. RGB value is (249,73,184). Sum of RGB (Red+Green+Blue) = 249+73+184=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F949B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949B8 is #06B647. Grayscale: #8A8A8A. Windows color (decimal): -439880 or 12077561. OLE color: 12077561.
HSL color Cylindrical-coordinate representation of color #F949B8: hue angle of 322.16º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949B8 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 184 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.02 |
| HSL | 322.16º | 0.94% | 0.63% | - |
| HSV(B) | 322.16º | 0.71% | 0.98% | - |
| XYZ | 50.1 | 28.37 | 48.18 | - |
| YUV | 138.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 184 | 0 | 0.71 | 0.26 | 0.02 | 322.16 | 0.94 | 0.63 |
| Hex | F9 | 49 | B8 | 0 | 47 | 1A | 2 | 142 | 5E | 3F |
| Octal | 371 | 111 | 270 | 0 | 107 | 32 | 2 | 502 | 136 | 77 |
| Binary | 11111001 | 1001001 | 10111000 | 0 | 1000111 | 11010 | 10 | 101000010 | 1011110 | 111111 |
Color Harmonies of #F949B8
Complementary color
Monochromatic Colors of #F949B8
Black with #F949B8
Text Example
Text Example
White with #F949B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949B8; }
p { color: rgb(249,73,184); }
H1.HeaderClassName
{
color: #F949B8;
}
.AnyTagClassName
{
color: #F949B8;
}
</style>
background-color css
<style>
a { background-color: #F949B8; }
a { background-color: rgb(249,73,184); }
div.DivClassName
{
background-color: #F949B8;
}
.BgClassName
{
background-color: #F949B8;
}
</style>
border-color css
<style>
span { border-color: #F949B8; }
span { border-color: rgb(249,73,184); }
td.TdClassName
{
border-color: #F949B8;
}
.TagClassName
{
border-color: #F949B8;
}
</style>