Shades of Brilliant Rose #F84FB4
Tints of Brilliant Rose #F84FB4
RGB
CMYK
RGB Variations
Color information
#F84FB4 (or 0xF84FB4) is known color: Brilliant Rose. HEX triplet: F8, 4F and B4. RGB value is (248,79,180). Sum of RGB (Red+Green+Blue) = 248+79+180=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FB4 is #07B04B. Grayscale: #8C8C8C. Windows color (decimal): -503884 or 11816952. OLE color: 11816952.
HSL color Cylindrical-coordinate representation of color #F84FB4: hue angle of 324.14º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FB4 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 180 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.03 |
| HSL | 324.14º | 0.92% | 0.64% | - |
| HSV(B) | 324.14º | 0.68% | 0.97% | - |
| XYZ | 49.75 | 28.84 | 46.13 | - |
| YUV | 141.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 180 | 0 | 0.68 | 0.27 | 0.03 | 324.14 | 0.92 | 0.64 |
| Hex | F8 | 4F | B4 | 0 | 44 | 1B | 3 | 144 | 5C | 40 |
| Octal | 370 | 117 | 264 | 0 | 104 | 33 | 3 | 504 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10110100 | 0 | 1000100 | 11011 | 11 | 101000100 | 1011100 | 1000000 |
Color Harmonies of #F84FB4
Complementary color
Monochromatic Colors of #F84FB4
Black with #F84FB4
Text Example
Text Example
White with #F84FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FB4; }
p { color: rgb(248,79,180); }
H1.HeaderClassName
{
color: #F84FB4;
}
.AnyTagClassName
{
color: #F84FB4;
}
</style>
background-color css
<style>
a { background-color: #F84FB4; }
a { background-color: rgb(248,79,180); }
div.DivClassName
{
background-color: #F84FB4;
}
.BgClassName
{
background-color: #F84FB4;
}
</style>
border-color css
<style>
span { border-color: #F84FB4; }
span { border-color: rgb(248,79,180); }
td.TdClassName
{
border-color: #F84FB4;
}
.TagClassName
{
border-color: #F84FB4;
}
</style>