Shades of Brilliant Rose #F454B1
Tints of Brilliant Rose #F454B1
RGB
CMYK
RGB Variations
Color information
#F454B1 (or 0xF454B1) is known color: Brilliant Rose. HEX triplet: F4, 54 and B1. RGB value is (244,84,177). Sum of RGB (Red+Green+Blue) = 244+84+177=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F454B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F454B1 is #0BAB4E. Grayscale: #8E8E8E. Windows color (decimal): -764751 or 11621620. OLE color: 11621620.
HSL color Cylindrical-coordinate representation of color #F454B1: hue angle of 325.12º 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 #F454B1 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 177 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.04 |
| HSL | 325.13º | 0.88% | 0.64% | - |
| HSV(B) | 325.13º | 0.66% | 0.96% | - |
| XYZ | 48.41 | 28.75 | 44.59 | - |
| YUV | 142.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 177 | 0 | 0.66 | 0.27 | 0.04 | 325.13 | 0.88 | 0.64 |
| Hex | F4 | 54 | B1 | 0 | 42 | 1B | 4 | 145 | 58 | 40 |
| Octal | 364 | 124 | 261 | 0 | 102 | 33 | 4 | 505 | 130 | 100 |
| Binary | 11110100 | 1010100 | 10110001 | 0 | 1000010 | 11011 | 100 | 101000101 | 1011000 | 1000000 |
Color Harmonies of #F454B1
Complementary color
Monochromatic Colors of #F454B1
Black with #F454B1
Text Example
Text Example
White with #F454B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454B1; }
p { color: rgb(244,84,177); }
H1.HeaderClassName
{
color: #F454B1;
}
.AnyTagClassName
{
color: #F454B1;
}
</style>
background-color css
<style>
a { background-color: #F454B1; }
a { background-color: rgb(244,84,177); }
div.DivClassName
{
background-color: #F454B1;
}
.BgClassName
{
background-color: #F454B1;
}
</style>
border-color css
<style>
span { border-color: #F454B1; }
span { border-color: rgb(244,84,177); }
td.TdClassName
{
border-color: #F454B1;
}
.TagClassName
{
border-color: #F454B1;
}
</style>