Shades of Brilliant Rose #F446B1
Tints of Brilliant Rose #F446B1
RGB
CMYK
RGB Variations
Color information
#F446B1 (or 0xF446B1) is known color: Brilliant Rose. HEX triplet: F4, 46 and B1. RGB value is (244,70,177). Sum of RGB (Red+Green+Blue) = 244+70+177=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F446B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F446B1 is #0BB94E. Grayscale: #858585. Windows color (decimal): -768335 or 11618036. OLE color: 11618036.
HSL color Cylindrical-coordinate representation of color #F446B1: hue angle of 323.1º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F446B1 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 177 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.04 |
| HSL | 323.1º | 0.89% | 0.62% | - |
| HSV(B) | 323.1º | 0.71% | 0.96% | - |
| XYZ | 47.43 | 26.79 | 44.27 | - |
| YUV | 134.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 177 | 0 | 0.71 | 0.27 | 0.04 | 323.1 | 0.89 | 0.62 |
| Hex | F4 | 46 | B1 | 0 | 47 | 1B | 4 | 143 | 59 | 3E |
| Octal | 364 | 106 | 261 | 0 | 107 | 33 | 4 | 503 | 131 | 76 |
| Binary | 11110100 | 1000110 | 10110001 | 0 | 1000111 | 11011 | 100 | 101000011 | 1011001 | 111110 |
Color Harmonies of #F446B1
Complementary color
Monochromatic Colors of #F446B1
Black with #F446B1
Text Example
Text Example
White with #F446B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F446B1; }
p { color: rgb(244,70,177); }
H1.HeaderClassName
{
color: #F446B1;
}
.AnyTagClassName
{
color: #F446B1;
}
</style>
background-color css
<style>
a { background-color: #F446B1; }
a { background-color: rgb(244,70,177); }
div.DivClassName
{
background-color: #F446B1;
}
.BgClassName
{
background-color: #F446B1;
}
</style>
border-color css
<style>
span { border-color: #F446B1; }
span { border-color: rgb(244,70,177); }
td.TdClassName
{
border-color: #F446B1;
}
.TagClassName
{
border-color: #F446B1;
}
</style>