Shades of Brilliant Rose #F145B5
Tints of Brilliant Rose #F145B5
RGB
CMYK
RGB Variations
Color information
#F145B5 (or 0xF145B5) is known color: Brilliant Rose. HEX triplet: F1, 45 and B5. RGB value is (241,69,181). Sum of RGB (Red+Green+Blue) = 241+69+181=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F145B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145B5 is #0EBA4A. Grayscale: #848484. Windows color (decimal): -965195 or 11879921. OLE color: 11879921.
HSL color Cylindrical-coordinate representation of color #F145B5: hue angle of 320.93º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145B5 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 181 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.05 |
| HSL | 320.93º | 0.86% | 0.61% | - |
| HSV(B) | 320.93º | 0.71% | 0.95% | - |
| XYZ | 46.74 | 26.29 | 46.33 | - |
| YUV | 133.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 181 | 0 | 0.71 | 0.25 | 0.05 | 320.93 | 0.86 | 0.61 |
| Hex | F1 | 45 | B5 | 0 | 47 | 19 | 5 | 141 | 56 | 3D |
| Octal | 361 | 105 | 265 | 0 | 107 | 31 | 5 | 501 | 126 | 75 |
| Binary | 11110001 | 1000101 | 10110101 | 0 | 1000111 | 11001 | 101 | 101000001 | 1010110 | 111101 |
Color Harmonies of #F145B5
Complementary color
Monochromatic Colors of #F145B5
Black with #F145B5
Text Example
Text Example
White with #F145B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145B5; }
p { color: rgb(241,69,181); }
H1.HeaderClassName
{
color: #F145B5;
}
.AnyTagClassName
{
color: #F145B5;
}
</style>
background-color css
<style>
a { background-color: #F145B5; }
a { background-color: rgb(241,69,181); }
div.DivClassName
{
background-color: #F145B5;
}
.BgClassName
{
background-color: #F145B5;
}
</style>
border-color css
<style>
span { border-color: #F145B5; }
span { border-color: rgb(241,69,181); }
td.TdClassName
{
border-color: #F145B5;
}
.TagClassName
{
border-color: #F145B5;
}
</style>