Shades of Brilliant Rose #F94AB7
Tints of Brilliant Rose #F94AB7
RGB
CMYK
RGB Variations
Color information
#F94AB7 (or 0xF94AB7) is known color: Brilliant Rose. HEX triplet: F9, 4A and B7. RGB value is (249,74,183). Sum of RGB (Red+Green+Blue) = 249+74+183=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94AB7 is #06B548. Grayscale: #8A8A8A. Windows color (decimal): -439625 or 12012281. OLE color: 12012281.
HSL color Cylindrical-coordinate representation of color #F94AB7: hue angle of 322.63º 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 #F94AB7 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 183 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.02 |
| HSL | 322.63º | 0.94% | 0.63% | - |
| HSV(B) | 322.63º | 0.7% | 0.98% | - |
| XYZ | 50.06 | 28.46 | 47.65 | - |
| YUV | 138.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 183 | 0 | 0.70 | 0.27 | 0.02 | 322.63 | 0.94 | 0.63 |
| Hex | F9 | 4A | B7 | 0 | 46 | 1B | 2 | 143 | 5E | 3F |
| Octal | 371 | 112 | 267 | 0 | 106 | 33 | 2 | 503 | 136 | 77 |
| Binary | 11111001 | 1001010 | 10110111 | 0 | 1000110 | 11011 | 10 | 101000011 | 1011110 | 111111 |
Color Harmonies of #F94AB7
Complementary color
Monochromatic Colors of #F94AB7
Black with #F94AB7
Text Example
Text Example
White with #F94AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AB7; }
p { color: rgb(249,74,183); }
H1.HeaderClassName
{
color: #F94AB7;
}
.AnyTagClassName
{
color: #F94AB7;
}
</style>
background-color css
<style>
a { background-color: #F94AB7; }
a { background-color: rgb(249,74,183); }
div.DivClassName
{
background-color: #F94AB7;
}
.BgClassName
{
background-color: #F94AB7;
}
</style>
border-color css
<style>
span { border-color: #F94AB7; }
span { border-color: rgb(249,74,183); }
td.TdClassName
{
border-color: #F94AB7;
}
.TagClassName
{
border-color: #F94AB7;
}
</style>