Shades of Brilliant Rose #F151AD
Tints of Brilliant Rose #F151AD
RGB
CMYK
RGB Variations
Color information
#F151AD (or 0xF151AD) is known color: Brilliant Rose. HEX triplet: F1, 51 and AD. RGB value is (241,81,173). Sum of RGB (Red+Green+Blue) = 241+81+173=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F151AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F151AD is #0EAE52. Grayscale: #8B8B8B. Windows color (decimal): -962131 or 11358705. OLE color: 11358705.
HSL color Cylindrical-coordinate representation of color #F151AD: hue angle of 325.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F151AD is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 173 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.05 |
| HSL | 325.5º | 0.85% | 0.63% | - |
| HSV(B) | 325.5º | 0.66% | 0.95% | - |
| XYZ | 46.76 | 27.6 | 42.4 | - |
| YUV | 139.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 173 | 0 | 0.66 | 0.28 | 0.05 | 325.5 | 0.85 | 0.63 |
| Hex | F1 | 51 | AD | 0 | 42 | 1C | 5 | 146 | 55 | 3F |
| Octal | 361 | 121 | 255 | 0 | 102 | 34 | 5 | 506 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10101101 | 0 | 1000010 | 11100 | 101 | 101000110 | 1010101 | 111111 |
Color Harmonies of #F151AD
Complementary color
Monochromatic Colors of #F151AD
Black with #F151AD
Text Example
Text Example
White with #F151AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151AD; }
p { color: rgb(241,81,173); }
H1.HeaderClassName
{
color: #F151AD;
}
.AnyTagClassName
{
color: #F151AD;
}
</style>
background-color css
<style>
a { background-color: #F151AD; }
a { background-color: rgb(241,81,173); }
div.DivClassName
{
background-color: #F151AD;
}
.BgClassName
{
background-color: #F151AD;
}
</style>
border-color css
<style>
span { border-color: #F151AD; }
span { border-color: rgb(241,81,173); }
td.TdClassName
{
border-color: #F151AD;
}
.TagClassName
{
border-color: #F151AD;
}
</style>