Shades of Brilliant Rose #F948A6
Tints of Brilliant Rose #F948A6
RGB
CMYK
RGB Variations
Color information
#F948A6 (or 0xF948A6) is known color: Brilliant Rose. HEX triplet: F9, 48 and A6. RGB value is (249,72,166). Sum of RGB (Red+Green+Blue) = 249+72+166=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F948A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F948A6 is #06B759. Grayscale: #878787. Windows color (decimal): -440154 or 10897657. OLE color: 10897657.
HSL color Cylindrical-coordinate representation of color #F948A6: hue angle of 328.14º 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 #F948A6 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 166 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.02 |
| HSL | 328.14º | 0.94% | 0.63% | - |
| HSV(B) | 328.14º | 0.71% | 0.98% | - |
| XYZ | 48.27 | 27.53 | 38.85 | - |
| YUV | 135.64 | 145.14 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 166 | 0 | 0.71 | 0.33 | 0.02 | 328.14 | 0.94 | 0.63 |
| Hex | F9 | 48 | A6 | 0 | 47 | 21 | 2 | 148 | 5E | 3F |
| Octal | 371 | 110 | 246 | 0 | 107 | 41 | 2 | 510 | 136 | 77 |
| Binary | 11111001 | 1001000 | 10100110 | 0 | 1000111 | 100001 | 10 | 101001000 | 1011110 | 111111 |
Color Harmonies of #F948A6
Complementary color
Monochromatic Colors of #F948A6
Black with #F948A6
Text Example
Text Example
White with #F948A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948A6; }
p { color: rgb(249,72,166); }
H1.HeaderClassName
{
color: #F948A6;
}
.AnyTagClassName
{
color: #F948A6;
}
</style>
background-color css
<style>
a { background-color: #F948A6; }
a { background-color: rgb(249,72,166); }
div.DivClassName
{
background-color: #F948A6;
}
.BgClassName
{
background-color: #F948A6;
}
</style>
border-color css
<style>
span { border-color: #F948A6; }
span { border-color: rgb(249,72,166); }
td.TdClassName
{
border-color: #F948A6;
}
.TagClassName
{
border-color: #F948A6;
}
</style>