Shades of Brilliant Rose #F450BA
Tints of Brilliant Rose #F450BA
RGB
CMYK
RGB Variations
Color information
#F450BA (or 0xF450BA) is known color: Brilliant Rose. HEX triplet: F4, 50 and BA. RGB value is (244,80,186). Sum of RGB (Red+Green+Blue) = 244+80+186=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F450BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F450BA is #0BAF45. Grayscale: #8C8C8C. Windows color (decimal): -765766 or 12210420. OLE color: 12210420.
HSL color Cylindrical-coordinate representation of color #F450BA: hue angle of 321.22º 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 #F450BA is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 186 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.04 |
| HSL | 321.22º | 0.88% | 0.64% | - |
| HSV(B) | 321.22º | 0.67% | 0.96% | - |
| XYZ | 49.04 | 28.52 | 49.37 | - |
| YUV | 141.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 186 | 0 | 0.67 | 0.24 | 0.04 | 321.22 | 0.88 | 0.64 |
| Hex | F4 | 50 | BA | 0 | 43 | 18 | 4 | 141 | 58 | 40 |
| Octal | 364 | 120 | 272 | 0 | 103 | 30 | 4 | 501 | 130 | 100 |
| Binary | 11110100 | 1010000 | 10111010 | 0 | 1000011 | 11000 | 100 | 101000001 | 1011000 | 1000000 |
Color Harmonies of #F450BA
Complementary color
Monochromatic Colors of #F450BA
Black with #F450BA
Text Example
Text Example
White with #F450BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450BA; }
p { color: rgb(244,80,186); }
H1.HeaderClassName
{
color: #F450BA;
}
.AnyTagClassName
{
color: #F450BA;
}
</style>
background-color css
<style>
a { background-color: #F450BA; }
a { background-color: rgb(244,80,186); }
div.DivClassName
{
background-color: #F450BA;
}
.BgClassName
{
background-color: #F450BA;
}
</style>
border-color css
<style>
span { border-color: #F450BA; }
span { border-color: rgb(244,80,186); }
td.TdClassName
{
border-color: #F450BA;
}
.TagClassName
{
border-color: #F450BA;
}
</style>