Shades of Brilliant Rose #F451AD
Tints of Brilliant Rose #F451AD
RGB
CMYK
RGB Variations
Color information
#F451AD (or 0xF451AD) is known color: Brilliant Rose. HEX triplet: F4, 51 and AD. RGB value is (244,81,173). Sum of RGB (Red+Green+Blue) = 244+81+173=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F451AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F451AD is #0BAE52. Grayscale: #8C8C8C. Windows color (decimal): -765523 or 11358708. OLE color: 11358708.
HSL color Cylindrical-coordinate representation of color #F451AD: hue angle of 326.13º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F451AD is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 173 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.04 |
| HSL | 326.14º | 0.88% | 0.64% | - |
| HSV(B) | 326.14º | 0.67% | 0.96% | - |
| XYZ | 47.79 | 28.14 | 42.45 | - |
| YUV | 140.23 | 146.5 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 173 | 0 | 0.67 | 0.29 | 0.04 | 326.14 | 0.88 | 0.64 |
| Hex | F4 | 51 | AD | 0 | 43 | 1D | 4 | 146 | 58 | 40 |
| Octal | 364 | 121 | 255 | 0 | 103 | 35 | 4 | 506 | 130 | 100 |
| Binary | 11110100 | 1010001 | 10101101 | 0 | 1000011 | 11101 | 100 | 101000110 | 1011000 | 1000000 |
Color Harmonies of #F451AD
Complementary color
Monochromatic Colors of #F451AD
Black with #F451AD
Text Example
Text Example
White with #F451AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F451AD; }
p { color: rgb(244,81,173); }
H1.HeaderClassName
{
color: #F451AD;
}
.AnyTagClassName
{
color: #F451AD;
}
</style>
background-color css
<style>
a { background-color: #F451AD; }
a { background-color: rgb(244,81,173); }
div.DivClassName
{
background-color: #F451AD;
}
.BgClassName
{
background-color: #F451AD;
}
</style>
border-color css
<style>
span { border-color: #F451AD; }
span { border-color: rgb(244,81,173); }
td.TdClassName
{
border-color: #F451AD;
}
.TagClassName
{
border-color: #F451AD;
}
</style>