Shades of Brilliant Rose #F448AF
Tints of Brilliant Rose #F448AF
RGB
CMYK
RGB Variations
Color information
#F448AF (or 0xF448AF) is known color: Brilliant Rose. HEX triplet: F4, 48 and AF. RGB value is (244,72,175). Sum of RGB (Red+Green+Blue) = 244+72+175=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F448AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F448AF is #0BB750. Grayscale: #868686. Windows color (decimal): -767825 or 11487476. OLE color: 11487476.
HSL color Cylindrical-coordinate representation of color #F448AF: hue angle of 324.07º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F448AF is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 175 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.04 |
| HSL | 324.07º | 0.89% | 0.62% | - |
| HSV(B) | 324.07º | 0.7% | 0.96% | - |
| XYZ | 47.36 | 26.96 | 43.27 | - |
| YUV | 135.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 175 | 0 | 0.70 | 0.28 | 0.04 | 324.07 | 0.89 | 0.62 |
| Hex | F4 | 48 | AF | 0 | 46 | 1C | 4 | 144 | 59 | 3E |
| Octal | 364 | 110 | 257 | 0 | 106 | 34 | 4 | 504 | 131 | 76 |
| Binary | 11110100 | 1001000 | 10101111 | 0 | 1000110 | 11100 | 100 | 101000100 | 1011001 | 111110 |
Color Harmonies of #F448AF
Complementary color
Monochromatic Colors of #F448AF
Black with #F448AF
Text Example
Text Example
White with #F448AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F448AF; }
p { color: rgb(244,72,175); }
H1.HeaderClassName
{
color: #F448AF;
}
.AnyTagClassName
{
color: #F448AF;
}
</style>
background-color css
<style>
a { background-color: #F448AF; }
a { background-color: rgb(244,72,175); }
div.DivClassName
{
background-color: #F448AF;
}
.BgClassName
{
background-color: #F448AF;
}
</style>
border-color css
<style>
span { border-color: #F448AF; }
span { border-color: rgb(244,72,175); }
td.TdClassName
{
border-color: #F448AF;
}
.TagClassName
{
border-color: #F448AF;
}
</style>