Shades of Brilliant Rose #F153B3
Tints of Brilliant Rose #F153B3
RGB
CMYK
RGB Variations
Color information
#F153B3 (or 0xF153B3) is known color: Brilliant Rose. HEX triplet: F1, 53 and B3. RGB value is (241,83,179). Sum of RGB (Red+Green+Blue) = 241+83+179=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F153B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153B3 is #0EAC4C. Grayscale: #8C8C8C. Windows color (decimal): -961613 or 11752433. OLE color: 11752433.
HSL color Cylindrical-coordinate representation of color #F153B3: hue angle of 323.54º 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 #F153B3 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 179 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.05 |
| HSL | 323.54º | 0.85% | 0.64% | - |
| HSV(B) | 323.54º | 0.66% | 0.95% | - |
| XYZ | 47.51 | 28.14 | 45.58 | - |
| YUV | 141.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 179 | 0 | 0.66 | 0.26 | 0.05 | 323.54 | 0.85 | 0.64 |
| Hex | F1 | 53 | B3 | 0 | 42 | 1A | 5 | 144 | 55 | 40 |
| Octal | 361 | 123 | 263 | 0 | 102 | 32 | 5 | 504 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10110011 | 0 | 1000010 | 11010 | 101 | 101000100 | 1010101 | 1000000 |
Color Harmonies of #F153B3
Complementary color
Monochromatic Colors of #F153B3
Black with #F153B3
Text Example
Text Example
White with #F153B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153B3; }
p { color: rgb(241,83,179); }
H1.HeaderClassName
{
color: #F153B3;
}
.AnyTagClassName
{
color: #F153B3;
}
</style>
background-color css
<style>
a { background-color: #F153B3; }
a { background-color: rgb(241,83,179); }
div.DivClassName
{
background-color: #F153B3;
}
.BgClassName
{
background-color: #F153B3;
}
</style>
border-color css
<style>
span { border-color: #F153B3; }
span { border-color: rgb(241,83,179); }
td.TdClassName
{
border-color: #F153B3;
}
.TagClassName
{
border-color: #F153B3;
}
</style>