Shades of Brilliant Rose #F1529D
Tints of Brilliant Rose #F1529D
RGB
CMYK
RGB Variations
Color information
#F1529D (or 0xF1529D) is known color: Brilliant Rose. HEX triplet: F1, 52 and 9D. RGB value is (241,82,157). Sum of RGB (Red+Green+Blue) = 241+82+157=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1529D is #0EAD62. Grayscale: #898989. Windows color (decimal): -961891 or 10310385. OLE color: 10310385.
HSL color Cylindrical-coordinate representation of color #F1529D: hue angle of 331.7º 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 #F1529D is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 157 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.05 |
| HSL | 331.7º | 0.85% | 0.63% | - |
| HSV(B) | 331.7º | 0.66% | 0.95% | - |
| XYZ | 45.38 | 27.17 | 34.75 | - |
| YUV | 138.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 157 | 0 | 0.66 | 0.35 | 0.05 | 331.7 | 0.85 | 0.63 |
| Hex | F1 | 52 | 9D | 0 | 42 | 23 | 5 | 14C | 55 | 3F |
| Octal | 361 | 122 | 235 | 0 | 102 | 43 | 5 | 514 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10011101 | 0 | 1000010 | 100011 | 101 | 101001100 | 1010101 | 111111 |
Color Harmonies of #F1529D
Complementary color
Monochromatic Colors of #F1529D
Black with #F1529D
Text Example
Text Example
White with #F1529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1529D; }
p { color: rgb(241,82,157); }
H1.HeaderClassName
{
color: #F1529D;
}
.AnyTagClassName
{
color: #F1529D;
}
</style>
background-color css
<style>
a { background-color: #F1529D; }
a { background-color: rgb(241,82,157); }
div.DivClassName
{
background-color: #F1529D;
}
.BgClassName
{
background-color: #F1529D;
}
</style>
border-color css
<style>
span { border-color: #F1529D; }
span { border-color: rgb(241,82,157); }
td.TdClassName
{
border-color: #F1529D;
}
.TagClassName
{
border-color: #F1529D;
}
</style>