Shades of Brilliant Rose #F444AF
Tints of Brilliant Rose #F444AF
RGB
CMYK
RGB Variations
Color information
#F444AF (or 0xF444AF) is known color: Brilliant Rose. HEX triplet: F4, 44 and AF. RGB value is (244,68,175). Sum of RGB (Red+Green+Blue) = 244+68+175=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F444AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F444AF is #0BBB50. Grayscale: #848484. Windows color (decimal): -768849 or 11486452. OLE color: 11486452.
HSL color Cylindrical-coordinate representation of color #F444AF: hue angle of 323.52º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F444AF is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 175 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.04 |
| HSL | 323.52º | 0.89% | 0.61% | - |
| HSV(B) | 323.52º | 0.72% | 0.96% | - |
| XYZ | 47.11 | 26.46 | 43.18 | - |
| YUV | 132.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 175 | 0 | 0.72 | 0.28 | 0.04 | 323.52 | 0.89 | 0.61 |
| Hex | F4 | 44 | AF | 0 | 48 | 1C | 4 | 144 | 59 | 3D |
| Octal | 364 | 104 | 257 | 0 | 110 | 34 | 4 | 504 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10101111 | 0 | 1001000 | 11100 | 100 | 101000100 | 1011001 | 111101 |
Color Harmonies of #F444AF
Complementary color
Monochromatic Colors of #F444AF
Black with #F444AF
Text Example
Text Example
White with #F444AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444AF; }
p { color: rgb(244,68,175); }
H1.HeaderClassName
{
color: #F444AF;
}
.AnyTagClassName
{
color: #F444AF;
}
</style>
background-color css
<style>
a { background-color: #F444AF; }
a { background-color: rgb(244,68,175); }
div.DivClassName
{
background-color: #F444AF;
}
.BgClassName
{
background-color: #F444AF;
}
</style>
border-color css
<style>
span { border-color: #F444AF; }
span { border-color: rgb(244,68,175); }
td.TdClassName
{
border-color: #F444AF;
}
.TagClassName
{
border-color: #F444AF;
}
</style>