Shades of Brilliant Rose #F454B0
Tints of Brilliant Rose #F454B0
RGB
CMYK
RGB Variations
Color information
#F454B0 (or 0xF454B0) is known color: Brilliant Rose. HEX triplet: F4, 54 and B0. RGB value is (244,84,176). Sum of RGB (Red+Green+Blue) = 244+84+176=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F454B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F454B0 is #0BAB4F. Grayscale: #8E8E8E. Windows color (decimal): -764752 or 11556084. OLE color: 11556084.
HSL color Cylindrical-coordinate representation of color #F454B0: hue angle of 325.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 #F454B0 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 176 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.04 |
| HSL | 325.5º | 0.88% | 0.64% | - |
| HSV(B) | 325.5º | 0.66% | 0.96% | - |
| XYZ | 48.32 | 28.71 | 44.07 | - |
| YUV | 142.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 176 | 0 | 0.66 | 0.28 | 0.04 | 325.5 | 0.88 | 0.64 |
| Hex | F4 | 54 | B0 | 0 | 42 | 1C | 4 | 146 | 58 | 40 |
| Octal | 364 | 124 | 260 | 0 | 102 | 34 | 4 | 506 | 130 | 100 |
| Binary | 11110100 | 1010100 | 10110000 | 0 | 1000010 | 11100 | 100 | 101000110 | 1011000 | 1000000 |
Color Harmonies of #F454B0
Complementary color
Monochromatic Colors of #F454B0
Black with #F454B0
Text Example
Text Example
White with #F454B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454B0; }
p { color: rgb(244,84,176); }
H1.HeaderClassName
{
color: #F454B0;
}
.AnyTagClassName
{
color: #F454B0;
}
</style>
background-color css
<style>
a { background-color: #F454B0; }
a { background-color: rgb(244,84,176); }
div.DivClassName
{
background-color: #F454B0;
}
.BgClassName
{
background-color: #F454B0;
}
</style>
border-color css
<style>
span { border-color: #F454B0; }
span { border-color: rgb(244,84,176); }
td.TdClassName
{
border-color: #F454B0;
}
.TagClassName
{
border-color: #F454B0;
}
</style>