Shades of Brilliant Rose #F445AF
Tints of Brilliant Rose #F445AF
RGB
CMYK
RGB Variations
Color information
#F445AF (or 0xF445AF) is known color: Brilliant Rose. HEX triplet: F4, 45 and AF. RGB value is (244,69,175). Sum of RGB (Red+Green+Blue) = 244+69+175=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F445AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F445AF is #0BBA50. Grayscale: #858585. Windows color (decimal): -768593 or 11486708. OLE color: 11486708.
HSL color Cylindrical-coordinate representation of color #F445AF: hue angle of 323.66º 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 #F445AF is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 175 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.04 |
| HSL | 323.66º | 0.89% | 0.61% | - |
| HSV(B) | 323.66º | 0.72% | 0.96% | - |
| XYZ | 47.17 | 26.58 | 43.2 | - |
| YUV | 133.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 175 | 0 | 0.72 | 0.28 | 0.04 | 323.66 | 0.89 | 0.61 |
| Hex | F4 | 45 | AF | 0 | 48 | 1C | 4 | 144 | 59 | 3D |
| Octal | 364 | 105 | 257 | 0 | 110 | 34 | 4 | 504 | 131 | 75 |
| Binary | 11110100 | 1000101 | 10101111 | 0 | 1001000 | 11100 | 100 | 101000100 | 1011001 | 111101 |
Color Harmonies of #F445AF
Complementary color
Monochromatic Colors of #F445AF
Black with #F445AF
Text Example
Text Example
White with #F445AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F445AF; }
p { color: rgb(244,69,175); }
H1.HeaderClassName
{
color: #F445AF;
}
.AnyTagClassName
{
color: #F445AF;
}
</style>
background-color css
<style>
a { background-color: #F445AF; }
a { background-color: rgb(244,69,175); }
div.DivClassName
{
background-color: #F445AF;
}
.BgClassName
{
background-color: #F445AF;
}
</style>
border-color css
<style>
span { border-color: #F445AF; }
span { border-color: rgb(244,69,175); }
td.TdClassName
{
border-color: #F445AF;
}
.TagClassName
{
border-color: #F445AF;
}
</style>