Shades of Brilliant Rose #F152B2
Tints of Brilliant Rose #F152B2
RGB
CMYK
RGB Variations
Color information
#F152B2 (or 0xF152B2) is known color: Brilliant Rose. HEX triplet: F1, 52 and B2. RGB value is (241,82,178). Sum of RGB (Red+Green+Blue) = 241+82+178=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F152B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F152B2 is #0EAD4D. Grayscale: #8C8C8C. Windows color (decimal): -961870 or 11686641. OLE color: 11686641.
HSL color Cylindrical-coordinate representation of color #F152B2: hue angle of 323.77º 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 #F152B2 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 178 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.05 |
| HSL | 323.77º | 0.85% | 0.63% | - |
| HSV(B) | 323.77º | 0.66% | 0.95% | - |
| XYZ | 47.33 | 27.95 | 45.02 | - |
| YUV | 140.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 178 | 0 | 0.66 | 0.26 | 0.05 | 323.77 | 0.85 | 0.63 |
| Hex | F1 | 52 | B2 | 0 | 42 | 1A | 5 | 144 | 55 | 3F |
| Octal | 361 | 122 | 262 | 0 | 102 | 32 | 5 | 504 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10110010 | 0 | 1000010 | 11010 | 101 | 101000100 | 1010101 | 111111 |
Color Harmonies of #F152B2
Complementary color
Monochromatic Colors of #F152B2
Black with #F152B2
Text Example
Text Example
White with #F152B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F152B2; }
p { color: rgb(241,82,178); }
H1.HeaderClassName
{
color: #F152B2;
}
.AnyTagClassName
{
color: #F152B2;
}
</style>
background-color css
<style>
a { background-color: #F152B2; }
a { background-color: rgb(241,82,178); }
div.DivClassName
{
background-color: #F152B2;
}
.BgClassName
{
background-color: #F152B2;
}
</style>
border-color css
<style>
span { border-color: #F152B2; }
span { border-color: rgb(241,82,178); }
td.TdClassName
{
border-color: #F152B2;
}
.TagClassName
{
border-color: #F152B2;
}
</style>