Shades of Brilliant Rose #F453B0
Tints of Brilliant Rose #F453B0
RGB
CMYK
RGB Variations
Color information
#F453B0 (or 0xF453B0) is known color: Brilliant Rose. HEX triplet: F4, 53 and B0. RGB value is (244,83,176). Sum of RGB (Red+Green+Blue) = 244+83+176=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F453B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F453B0 is #0BAC4F. Grayscale: #8D8D8D. Windows color (decimal): -765008 or 11555828. OLE color: 11555828.
HSL color Cylindrical-coordinate representation of color #F453B0: hue angle of 325.34º 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 #F453B0 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 176 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.04 |
| HSL | 325.34º | 0.88% | 0.64% | - |
| HSV(B) | 325.34º | 0.66% | 0.96% | - |
| XYZ | 48.24 | 28.55 | 44.04 | - |
| YUV | 141.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 176 | 0 | 0.66 | 0.28 | 0.04 | 325.34 | 0.88 | 0.64 |
| Hex | F4 | 53 | B0 | 0 | 42 | 1C | 4 | 145 | 58 | 40 |
| Octal | 364 | 123 | 260 | 0 | 102 | 34 | 4 | 505 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10110000 | 0 | 1000010 | 11100 | 100 | 101000101 | 1011000 | 1000000 |
Color Harmonies of #F453B0
Complementary color
Monochromatic Colors of #F453B0
Black with #F453B0
Text Example
Text Example
White with #F453B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453B0; }
p { color: rgb(244,83,176); }
H1.HeaderClassName
{
color: #F453B0;
}
.AnyTagClassName
{
color: #F453B0;
}
</style>
background-color css
<style>
a { background-color: #F453B0; }
a { background-color: rgb(244,83,176); }
div.DivClassName
{
background-color: #F453B0;
}
.BgClassName
{
background-color: #F453B0;
}
</style>
border-color css
<style>
span { border-color: #F453B0; }
span { border-color: rgb(244,83,176); }
td.TdClassName
{
border-color: #F453B0;
}
.TagClassName
{
border-color: #F453B0;
}
</style>