Shades of Brilliant Rose #F447AD
Tints of Brilliant Rose #F447AD
RGB
CMYK
RGB Variations
Color information
#F447AD (or 0xF447AD) is known color: Brilliant Rose. HEX triplet: F4, 47 and AD. RGB value is (244,71,173). Sum of RGB (Red+Green+Blue) = 244+71+173=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F447AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F447AD is #0BB852. Grayscale: #868686. Windows color (decimal): -768083 or 11356148. OLE color: 11356148.
HSL color Cylindrical-coordinate representation of color #F447AD: hue angle of 324.62º 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 #F447AD is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 173 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.04 |
| HSL | 324.62º | 0.89% | 0.62% | - |
| HSV(B) | 324.62º | 0.71% | 0.96% | - |
| XYZ | 47.1 | 26.76 | 42.22 | - |
| YUV | 134.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 173 | 0 | 0.71 | 0.29 | 0.04 | 324.62 | 0.89 | 0.62 |
| Hex | F4 | 47 | AD | 0 | 47 | 1D | 4 | 145 | 59 | 3E |
| Octal | 364 | 107 | 255 | 0 | 107 | 35 | 4 | 505 | 131 | 76 |
| Binary | 11110100 | 1000111 | 10101101 | 0 | 1000111 | 11101 | 100 | 101000101 | 1011001 | 111110 |
Color Harmonies of #F447AD
Complementary color
Monochromatic Colors of #F447AD
Black with #F447AD
Text Example
Text Example
White with #F447AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F447AD; }
p { color: rgb(244,71,173); }
H1.HeaderClassName
{
color: #F447AD;
}
.AnyTagClassName
{
color: #F447AD;
}
</style>
background-color css
<style>
a { background-color: #F447AD; }
a { background-color: rgb(244,71,173); }
div.DivClassName
{
background-color: #F447AD;
}
.BgClassName
{
background-color: #F447AD;
}
</style>
border-color css
<style>
span { border-color: #F447AD; }
span { border-color: rgb(244,71,173); }
td.TdClassName
{
border-color: #F447AD;
}
.TagClassName
{
border-color: #F447AD;
}
</style>