Shades of Brilliant Rose #F948B8
Tints of Brilliant Rose #F948B8
RGB
CMYK
RGB Variations
Color information
#F948B8 (or 0xF948B8) is known color: Brilliant Rose. HEX triplet: F9, 48 and B8. RGB value is (249,72,184). Sum of RGB (Red+Green+Blue) = 249+72+184=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F948B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948B8 is #06B747. Grayscale: #898989. Windows color (decimal): -440136 or 12077305. OLE color: 12077305.
HSL color Cylindrical-coordinate representation of color #F948B8: hue angle of 322.03º 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 #F948B8 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 184 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.02 |
| HSL | 322.03º | 0.94% | 0.63% | - |
| HSV(B) | 322.03º | 0.71% | 0.98% | - |
| XYZ | 50.04 | 28.24 | 48.16 | - |
| YUV | 137.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 184 | 0 | 0.71 | 0.26 | 0.02 | 322.03 | 0.94 | 0.63 |
| Hex | F9 | 48 | B8 | 0 | 47 | 1A | 2 | 142 | 5E | 3F |
| Octal | 371 | 110 | 270 | 0 | 107 | 32 | 2 | 502 | 136 | 77 |
| Binary | 11111001 | 1001000 | 10111000 | 0 | 1000111 | 11010 | 10 | 101000010 | 1011110 | 111111 |
Color Harmonies of #F948B8
Complementary color
Monochromatic Colors of #F948B8
Black with #F948B8
Text Example
Text Example
White with #F948B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948B8; }
p { color: rgb(249,72,184); }
H1.HeaderClassName
{
color: #F948B8;
}
.AnyTagClassName
{
color: #F948B8;
}
</style>
background-color css
<style>
a { background-color: #F948B8; }
a { background-color: rgb(249,72,184); }
div.DivClassName
{
background-color: #F948B8;
}
.BgClassName
{
background-color: #F948B8;
}
</style>
border-color css
<style>
span { border-color: #F948B8; }
span { border-color: rgb(249,72,184); }
td.TdClassName
{
border-color: #F948B8;
}
.TagClassName
{
border-color: #F948B8;
}
</style>