Shades of Brilliant Rose #F451A8
Tints of Brilliant Rose #F451A8
RGB
CMYK
RGB Variations
Color information
#F451A8 (or 0xF451A8) is known color: Brilliant Rose. HEX triplet: F4, 51 and A8. RGB value is (244,81,168). Sum of RGB (Red+Green+Blue) = 244+81+168=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F451A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F451A8 is #0BAE57. Grayscale: #8B8B8B. Windows color (decimal): -765528 or 11031028. OLE color: 11031028.
HSL color Cylindrical-coordinate representation of color #F451A8: hue angle of 327.98º 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 #F451A8 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 168 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.04 |
| HSL | 327.98º | 0.88% | 0.64% | - |
| HSV(B) | 327.98º | 0.67% | 0.96% | - |
| XYZ | 47.32 | 27.95 | 39.95 | - |
| YUV | 139.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 168 | 0 | 0.67 | 0.31 | 0.04 | 327.98 | 0.88 | 0.64 |
| Hex | F4 | 51 | A8 | 0 | 43 | 1F | 4 | 148 | 58 | 40 |
| Octal | 364 | 121 | 250 | 0 | 103 | 37 | 4 | 510 | 130 | 100 |
| Binary | 11110100 | 1010001 | 10101000 | 0 | 1000011 | 11111 | 100 | 101001000 | 1011000 | 1000000 |
Color Harmonies of #F451A8
Complementary color
Monochromatic Colors of #F451A8
Black with #F451A8
Text Example
Text Example
White with #F451A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F451A8; }
p { color: rgb(244,81,168); }
H1.HeaderClassName
{
color: #F451A8;
}
.AnyTagClassName
{
color: #F451A8;
}
</style>
background-color css
<style>
a { background-color: #F451A8; }
a { background-color: rgb(244,81,168); }
div.DivClassName
{
background-color: #F451A8;
}
.BgClassName
{
background-color: #F451A8;
}
</style>
border-color css
<style>
span { border-color: #F451A8; }
span { border-color: rgb(244,81,168); }
td.TdClassName
{
border-color: #F451A8;
}
.TagClassName
{
border-color: #F451A8;
}
</style>