Shades of Brilliant Rose #F450A8
Tints of Brilliant Rose #F450A8
RGB
CMYK
RGB Variations
Color information
#F450A8 (or 0xF450A8) is known color: Brilliant Rose. HEX triplet: F4, 50 and A8. RGB value is (244,80,168). Sum of RGB (Red+Green+Blue) = 244+80+168=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F450A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F450A8 is #0BAF57. Grayscale: #8A8A8A. Windows color (decimal): -765784 or 11030772. OLE color: 11030772.
HSL color Cylindrical-coordinate representation of color #F450A8: hue angle of 327.8º 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 #F450A8 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 168 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.04 |
| HSL | 327.8º | 0.88% | 0.64% | - |
| HSV(B) | 327.8º | 0.67% | 0.96% | - |
| XYZ | 47.24 | 27.8 | 39.92 | - |
| YUV | 139.07 | 144.33 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 168 | 0 | 0.67 | 0.31 | 0.04 | 327.8 | 0.88 | 0.64 |
| Hex | F4 | 50 | A8 | 0 | 43 | 1F | 4 | 148 | 58 | 40 |
| Octal | 364 | 120 | 250 | 0 | 103 | 37 | 4 | 510 | 130 | 100 |
| Binary | 11110100 | 1010000 | 10101000 | 0 | 1000011 | 11111 | 100 | 101001000 | 1011000 | 1000000 |
Color Harmonies of #F450A8
Complementary color
Monochromatic Colors of #F450A8
Black with #F450A8
Text Example
Text Example
White with #F450A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450A8; }
p { color: rgb(244,80,168); }
H1.HeaderClassName
{
color: #F450A8;
}
.AnyTagClassName
{
color: #F450A8;
}
</style>
background-color css
<style>
a { background-color: #F450A8; }
a { background-color: rgb(244,80,168); }
div.DivClassName
{
background-color: #F450A8;
}
.BgClassName
{
background-color: #F450A8;
}
</style>
border-color css
<style>
span { border-color: #F450A8; }
span { border-color: rgb(244,80,168); }
td.TdClassName
{
border-color: #F450A8;
}
.TagClassName
{
border-color: #F450A8;
}
</style>