Shades of Brilliant Rose #F454A8
Tints of Brilliant Rose #F454A8
RGB
CMYK
RGB Variations
Color information
#F454A8 (or 0xF454A8) is known color: Brilliant Rose. HEX triplet: F4, 54 and A8. RGB value is (244,84,168). Sum of RGB (Red+Green+Blue) = 244+84+168=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F454A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F454A8 is #0BAB57. Grayscale: #8D8D8D. Windows color (decimal): -764760 or 11031796. OLE color: 11031796.
HSL color Cylindrical-coordinate representation of color #F454A8: hue angle of 328.5º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F454A8 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 168 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.04 |
| HSL | 328.5º | 0.88% | 0.64% | - |
| HSV(B) | 328.5º | 0.66% | 0.96% | - |
| XYZ | 47.55 | 28.4 | 40.02 | - |
| YUV | 141.42 | 143.01 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 168 | 0 | 0.66 | 0.31 | 0.04 | 328.5 | 0.88 | 0.64 |
| Hex | F4 | 54 | A8 | 0 | 42 | 1F | 4 | 148 | 58 | 40 |
| Octal | 364 | 124 | 250 | 0 | 102 | 37 | 4 | 510 | 130 | 100 |
| Binary | 11110100 | 1010100 | 10101000 | 0 | 1000010 | 11111 | 100 | 101001000 | 1011000 | 1000000 |
Color Harmonies of #F454A8
Complementary color
Monochromatic Colors of #F454A8
Black with #F454A8
Text Example
Text Example
White with #F454A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454A8; }
p { color: rgb(244,84,168); }
H1.HeaderClassName
{
color: #F454A8;
}
.AnyTagClassName
{
color: #F454A8;
}
</style>
background-color css
<style>
a { background-color: #F454A8; }
a { background-color: rgb(244,84,168); }
div.DivClassName
{
background-color: #F454A8;
}
.BgClassName
{
background-color: #F454A8;
}
</style>
border-color css
<style>
span { border-color: #F454A8; }
span { border-color: rgb(244,84,168); }
td.TdClassName
{
border-color: #F454A8;
}
.TagClassName
{
border-color: #F454A8;
}
</style>