Shades of Brilliant Rose #F458AB
Tints of Brilliant Rose #F458AB
RGB
CMYK
RGB Variations
Color information
#F458AB (or 0xF458AB) is known color: Brilliant Rose. HEX triplet: F4, 58 and AB. RGB value is (244,88,171). Sum of RGB (Red+Green+Blue) = 244+88+171=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F458AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F458AB is #0BA754. Grayscale: #8F8F8F. Windows color (decimal): -763733 or 11229428. OLE color: 11229428.
HSL color Cylindrical-coordinate representation of color #F458AB: hue angle of 328.08º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F458AB is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 171 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.04 |
| HSL | 328.08º | 0.88% | 0.65% | - |
| HSV(B) | 328.08º | 0.64% | 0.96% | - |
| XYZ | 48.15 | 29.15 | 41.62 | - |
| YUV | 144.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 171 | 0 | 0.64 | 0.30 | 0.04 | 328.08 | 0.88 | 0.65 |
| Hex | F4 | 58 | AB | 0 | 40 | 1E | 4 | 148 | 58 | 41 |
| Octal | 364 | 130 | 253 | 0 | 100 | 36 | 4 | 510 | 130 | 101 |
| Binary | 11110100 | 1011000 | 10101011 | 0 | 1000000 | 11110 | 100 | 101001000 | 1011000 | 1000001 |
Color Harmonies of #F458AB
Complementary color
Monochromatic Colors of #F458AB
Black with #F458AB
Text Example
Text Example
White with #F458AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458AB; }
p { color: rgb(244,88,171); }
H1.HeaderClassName
{
color: #F458AB;
}
.AnyTagClassName
{
color: #F458AB;
}
</style>
background-color css
<style>
a { background-color: #F458AB; }
a { background-color: rgb(244,88,171); }
div.DivClassName
{
background-color: #F458AB;
}
.BgClassName
{
background-color: #F458AB;
}
</style>
border-color css
<style>
span { border-color: #F458AB; }
span { border-color: rgb(244,88,171); }
td.TdClassName
{
border-color: #F458AB;
}
.TagClassName
{
border-color: #F458AB;
}
</style>