Shades of Brilliant Rose #F153B2
Tints of Brilliant Rose #F153B2
RGB
CMYK
RGB Variations
Color information
#F153B2 (or 0xF153B2) is known color: Brilliant Rose. HEX triplet: F1, 53 and B2. RGB value is (241,83,178). Sum of RGB (Red+Green+Blue) = 241+83+178=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F153B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F153B2 is #0EAC4D. Grayscale: #8C8C8C. Windows color (decimal): -961614 or 11686897. OLE color: 11686897.
HSL color Cylindrical-coordinate representation of color #F153B2: hue angle of 323.92º 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 #F153B2 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 178 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.05 |
| HSL | 323.92º | 0.85% | 0.64% | - |
| HSV(B) | 323.92º | 0.66% | 0.95% | - |
| XYZ | 47.4 | 28.1 | 45.05 | - |
| YUV | 141.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 178 | 0 | 0.66 | 0.26 | 0.05 | 323.92 | 0.85 | 0.64 |
| Hex | F1 | 53 | B2 | 0 | 42 | 1A | 5 | 144 | 55 | 40 |
| Octal | 361 | 123 | 262 | 0 | 102 | 32 | 5 | 504 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10110010 | 0 | 1000010 | 11010 | 101 | 101000100 | 1010101 | 1000000 |
Color Harmonies of #F153B2
Complementary color
Monochromatic Colors of #F153B2
Black with #F153B2
Text Example
Text Example
White with #F153B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153B2; }
p { color: rgb(241,83,178); }
H1.HeaderClassName
{
color: #F153B2;
}
.AnyTagClassName
{
color: #F153B2;
}
</style>
background-color css
<style>
a { background-color: #F153B2; }
a { background-color: rgb(241,83,178); }
div.DivClassName
{
background-color: #F153B2;
}
.BgClassName
{
background-color: #F153B2;
}
</style>
border-color css
<style>
span { border-color: #F153B2; }
span { border-color: rgb(241,83,178); }
td.TdClassName
{
border-color: #F153B2;
}
.TagClassName
{
border-color: #F153B2;
}
</style>