Shades of Brilliant Rose #F94AB8
Tints of Brilliant Rose #F94AB8
RGB
CMYK
RGB Variations
Color information
#F94AB8 (or 0xF94AB8) is known color: Brilliant Rose. HEX triplet: F9, 4A and B8. RGB value is (249,74,184). Sum of RGB (Red+Green+Blue) = 249+74+184=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94AB8 is #06B547. Grayscale: #8A8A8A. Windows color (decimal): -439624 or 12077817. OLE color: 12077817.
HSL color Cylindrical-coordinate representation of color #F94AB8: hue angle of 322.29º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94AB8 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 184 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.02 |
| HSL | 322.29º | 0.94% | 0.63% | - |
| HSV(B) | 322.29º | 0.7% | 0.98% | - |
| XYZ | 50.17 | 28.5 | 48.2 | - |
| YUV | 138.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 184 | 0 | 0.70 | 0.26 | 0.02 | 322.29 | 0.94 | 0.63 |
| Hex | F9 | 4A | B8 | 0 | 46 | 1A | 2 | 142 | 5E | 3F |
| Octal | 371 | 112 | 270 | 0 | 106 | 32 | 2 | 502 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10111000 | 0 | 1000110 | 11010 | 10 | 101000010 | 1011110 | 111111 |
Color Harmonies of #F94AB8
Complementary color
Monochromatic Colors of #F94AB8
Black with #F94AB8
Text Example
Text Example
White with #F94AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AB8; }
p { color: rgb(249,74,184); }
H1.HeaderClassName
{
color: #F94AB8;
}
.AnyTagClassName
{
color: #F94AB8;
}
</style>
background-color css
<style>
a { background-color: #F94AB8; }
a { background-color: rgb(249,74,184); }
div.DivClassName
{
background-color: #F94AB8;
}
.BgClassName
{
background-color: #F94AB8;
}
</style>
border-color css
<style>
span { border-color: #F94AB8; }
span { border-color: rgb(249,74,184); }
td.TdClassName
{
border-color: #F94AB8;
}
.TagClassName
{
border-color: #F94AB8;
}
</style>