Shades of Brilliant Rose #F048AB
Tints of Brilliant Rose #F048AB
RGB
CMYK
RGB Variations
Color information
#F048AB (or 0xF048AB) is known color: Brilliant Rose. HEX triplet: F0, 48 and AB. RGB value is (240,72,171). Sum of RGB (Red+Green+Blue) = 240+72+171=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F048AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F048AB is #0FB754. Grayscale: #858585. Windows color (decimal): -1029973 or 11225328. OLE color: 11225328.
HSL color Cylindrical-coordinate representation of color #F048AB: hue angle of 324.64º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F048AB is Cyan = 0, Magento = 0.7, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 171 | - |
| CMYK | 0 | 0.7 | 0.29 | 0.06 |
| HSL | 324.64º | 0.85% | 0.61% | - |
| HSV(B) | 324.64º | 0.7% | 0.94% | - |
| XYZ | 45.6 | 26.1 | 41.16 | - |
| YUV | 133.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 171 | 0 | 0.7 | 0.29 | 0.06 | 324.64 | 0.85 | 0.61 |
| Hex | F0 | 48 | AB | 0 | 46 | 1D | 6 | 145 | 55 | 3D |
| Octal | 360 | 110 | 253 | 0 | 106 | 35 | 6 | 505 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10101011 | 0 | 1000110 | 11101 | 110 | 101000101 | 1010101 | 111101 |
Color Harmonies of #F048AB
Complementary color
Monochromatic Colors of #F048AB
Black with #F048AB
Text Example
Text Example
White with #F048AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F048AB; }
p { color: rgb(240,72,171); }
H1.HeaderClassName
{
color: #F048AB;
}
.AnyTagClassName
{
color: #F048AB;
}
</style>
background-color css
<style>
a { background-color: #F048AB; }
a { background-color: rgb(240,72,171); }
div.DivClassName
{
background-color: #F048AB;
}
.BgClassName
{
background-color: #F048AB;
}
</style>
border-color css
<style>
span { border-color: #F048AB; }
span { border-color: rgb(240,72,171); }
td.TdClassName
{
border-color: #F048AB;
}
.TagClassName
{
border-color: #F048AB;
}
</style>