Shades of Brilliant Rose #F2529F
Tints of Brilliant Rose #F2529F
RGB
CMYK
RGB Variations
Color information
#F2529F (or 0xF2529F) is known color: Brilliant Rose. HEX triplet: F2, 52 and 9F. RGB value is (242,82,159). Sum of RGB (Red+Green+Blue) = 242+82+159=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2529F is #0DAD60. Grayscale: #8A8A8A. Windows color (decimal): -896353 or 10441458. OLE color: 10441458.
HSL color Cylindrical-coordinate representation of color #F2529F: hue angle of 331.12º degrees, saturation: 0.86, 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 #F2529F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 159 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.05 |
| HSL | 331.13º | 0.86% | 0.64% | - |
| HSV(B) | 331.13º | 0.66% | 0.95% | - |
| XYZ | 45.89 | 27.42 | 35.67 | - |
| YUV | 138.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 159 | 0 | 0.66 | 0.34 | 0.05 | 331.13 | 0.86 | 0.64 |
| Hex | F2 | 52 | 9F | 0 | 42 | 22 | 5 | 14B | 56 | 40 |
| Octal | 362 | 122 | 237 | 0 | 102 | 42 | 5 | 513 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10011111 | 0 | 1000010 | 100010 | 101 | 101001011 | 1010110 | 1000000 |
Color Harmonies of #F2529F
Complementary color
Monochromatic Colors of #F2529F
Black with #F2529F
Text Example
Text Example
White with #F2529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2529F; }
p { color: rgb(242,82,159); }
H1.HeaderClassName
{
color: #F2529F;
}
.AnyTagClassName
{
color: #F2529F;
}
</style>
background-color css
<style>
a { background-color: #F2529F; }
a { background-color: rgb(242,82,159); }
div.DivClassName
{
background-color: #F2529F;
}
.BgClassName
{
background-color: #F2529F;
}
</style>
border-color css
<style>
span { border-color: #F2529F; }
span { border-color: rgb(242,82,159); }
td.TdClassName
{
border-color: #F2529F;
}
.TagClassName
{
border-color: #F2529F;
}
</style>