Shades of Brilliant Rose #F447AF
Tints of Brilliant Rose #F447AF
RGB
CMYK
RGB Variations
Color information
#F447AF (or 0xF447AF) is known color: Brilliant Rose. HEX triplet: F4, 47 and AF. RGB value is (244,71,175). Sum of RGB (Red+Green+Blue) = 244+71+175=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F447AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F447AF is #0BB850. Grayscale: #868686. Windows color (decimal): -768081 or 11487220. OLE color: 11487220.
HSL color Cylindrical-coordinate representation of color #F447AF: hue angle of 323.93º 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 #F447AF is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 175 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.04 |
| HSL | 323.93º | 0.89% | 0.62% | - |
| HSV(B) | 323.93º | 0.71% | 0.96% | - |
| XYZ | 47.3 | 26.83 | 43.24 | - |
| YUV | 134.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 175 | 0 | 0.71 | 0.28 | 0.04 | 323.93 | 0.89 | 0.62 |
| Hex | F4 | 47 | AF | 0 | 47 | 1C | 4 | 144 | 59 | 3E |
| Octal | 364 | 107 | 257 | 0 | 107 | 34 | 4 | 504 | 131 | 76 |
| Binary | 11110100 | 1000111 | 10101111 | 0 | 1000111 | 11100 | 100 | 101000100 | 1011001 | 111110 |
Color Harmonies of #F447AF
Complementary color
Monochromatic Colors of #F447AF
Black with #F447AF
Text Example
Text Example
White with #F447AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F447AF; }
p { color: rgb(244,71,175); }
H1.HeaderClassName
{
color: #F447AF;
}
.AnyTagClassName
{
color: #F447AF;
}
</style>
background-color css
<style>
a { background-color: #F447AF; }
a { background-color: rgb(244,71,175); }
div.DivClassName
{
background-color: #F447AF;
}
.BgClassName
{
background-color: #F447AF;
}
</style>
border-color css
<style>
span { border-color: #F447AF; }
span { border-color: rgb(244,71,175); }
td.TdClassName
{
border-color: #F447AF;
}
.TagClassName
{
border-color: #F447AF;
}
</style>