Shades of Brilliant Rose #F944A7
Tints of Brilliant Rose #F944A7
RGB
CMYK
RGB Variations
Color information
#F944A7 (or 0xF944A7) is known color: Brilliant Rose. HEX triplet: F9, 44 and A7. RGB value is (249,68,167). Sum of RGB (Red+Green+Blue) = 249+68+167=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F944A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F944A7 is #06BB58. Grayscale: #858585. Windows color (decimal): -441177 or 10962169. OLE color: 10962169.
HSL color Cylindrical-coordinate representation of color #F944A7: hue angle of 327.18º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F944A7 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 167 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.02 |
| HSL | 327.18º | 0.94% | 0.62% | - |
| HSV(B) | 327.18º | 0.73% | 0.98% | - |
| XYZ | 48.11 | 27.06 | 39.25 | - |
| YUV | 133.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 167 | 0 | 0.73 | 0.33 | 0.02 | 327.18 | 0.94 | 0.62 |
| Hex | F9 | 44 | A7 | 0 | 49 | 21 | 2 | 147 | 5E | 3E |
| Octal | 371 | 104 | 247 | 0 | 111 | 41 | 2 | 507 | 136 | 76 |
| Binary | 11111001 | 1000100 | 10100111 | 0 | 1001001 | 100001 | 10 | 101000111 | 1011110 | 111110 |
Color Harmonies of #F944A7
Complementary color
Monochromatic Colors of #F944A7
Black with #F944A7
Text Example
Text Example
White with #F944A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944A7; }
p { color: rgb(249,68,167); }
H1.HeaderClassName
{
color: #F944A7;
}
.AnyTagClassName
{
color: #F944A7;
}
</style>
background-color css
<style>
a { background-color: #F944A7; }
a { background-color: rgb(249,68,167); }
div.DivClassName
{
background-color: #F944A7;
}
.BgClassName
{
background-color: #F944A7;
}
</style>
border-color css
<style>
span { border-color: #F944A7; }
span { border-color: rgb(249,68,167); }
td.TdClassName
{
border-color: #F944A7;
}
.TagClassName
{
border-color: #F944A7;
}
</style>