Shades of Brilliant Rose #F153B5
Tints of Brilliant Rose #F153B5
RGB
CMYK
RGB Variations
Color information
#F153B5 (or 0xF153B5) is known color: Brilliant Rose. HEX triplet: F1, 53 and B5. RGB value is (241,83,181). Sum of RGB (Red+Green+Blue) = 241+83+181=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F153B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153B5 is #0EAC4A. Grayscale: #8D8D8D. Windows color (decimal): -961611 or 11883505. OLE color: 11883505.
HSL color Cylindrical-coordinate representation of color #F153B5: hue angle of 322.78º 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 #F153B5 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 181 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.05 |
| HSL | 322.78º | 0.85% | 0.64% | - |
| HSV(B) | 322.78º | 0.66% | 0.95% | - |
| XYZ | 47.71 | 28.22 | 46.65 | - |
| YUV | 141.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 181 | 0 | 0.66 | 0.25 | 0.05 | 322.78 | 0.85 | 0.64 |
| Hex | F1 | 53 | B5 | 0 | 42 | 19 | 5 | 143 | 55 | 40 |
| Octal | 361 | 123 | 265 | 0 | 102 | 31 | 5 | 503 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10110101 | 0 | 1000010 | 11001 | 101 | 101000011 | 1010101 | 1000000 |
Color Harmonies of #F153B5
Complementary color
Monochromatic Colors of #F153B5
Black with #F153B5
Text Example
Text Example
White with #F153B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153B5; }
p { color: rgb(241,83,181); }
H1.HeaderClassName
{
color: #F153B5;
}
.AnyTagClassName
{
color: #F153B5;
}
</style>
background-color css
<style>
a { background-color: #F153B5; }
a { background-color: rgb(241,83,181); }
div.DivClassName
{
background-color: #F153B5;
}
.BgClassName
{
background-color: #F153B5;
}
</style>
border-color css
<style>
span { border-color: #F153B5; }
span { border-color: rgb(241,83,181); }
td.TdClassName
{
border-color: #F153B5;
}
.TagClassName
{
border-color: #F153B5;
}
</style>