Shades of Brilliant Rose #F153AD
Tints of Brilliant Rose #F153AD
RGB
CMYK
RGB Variations
Color information
#F153AD (or 0xF153AD) is known color: Brilliant Rose. HEX triplet: F1, 53 and AD. RGB value is (241,83,173). Sum of RGB (Red+Green+Blue) = 241+83+173=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F153AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F153AD is #0EAC52. Grayscale: #8C8C8C. Windows color (decimal): -961619 or 11359217. OLE color: 11359217.
HSL color Cylindrical-coordinate representation of color #F153AD: hue angle of 325.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F153AD is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 173 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.05 |
| HSL | 325.82º | 0.85% | 0.64% | - |
| HSV(B) | 325.82º | 0.66% | 0.95% | - |
| XYZ | 46.91 | 27.9 | 42.45 | - |
| YUV | 140.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 173 | 0 | 0.66 | 0.28 | 0.05 | 325.82 | 0.85 | 0.64 |
| Hex | F1 | 53 | AD | 0 | 42 | 1C | 5 | 146 | 55 | 40 |
| Octal | 361 | 123 | 255 | 0 | 102 | 34 | 5 | 506 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10101101 | 0 | 1000010 | 11100 | 101 | 101000110 | 1010101 | 1000000 |
Color Harmonies of #F153AD
Complementary color
Monochromatic Colors of #F153AD
Black with #F153AD
Text Example
Text Example
White with #F153AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153AD; }
p { color: rgb(241,83,173); }
H1.HeaderClassName
{
color: #F153AD;
}
.AnyTagClassName
{
color: #F153AD;
}
</style>
background-color css
<style>
a { background-color: #F153AD; }
a { background-color: rgb(241,83,173); }
div.DivClassName
{
background-color: #F153AD;
}
.BgClassName
{
background-color: #F153AD;
}
</style>
border-color css
<style>
span { border-color: #F153AD; }
span { border-color: rgb(241,83,173); }
td.TdClassName
{
border-color: #F153AD;
}
.TagClassName
{
border-color: #F153AD;
}
</style>