Shades of Brilliant Rose #F2529D
Tints of Brilliant Rose #F2529D
RGB
CMYK
RGB Variations
Color information
#F2529D (or 0xF2529D) is known color: Brilliant Rose. HEX triplet: F2, 52 and 9D. RGB value is (242,82,157). Sum of RGB (Red+Green+Blue) = 242+82+157=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2529D is #0DAD62. Grayscale: #8A8A8A. Windows color (decimal): -896355 or 10310386. OLE color: 10310386.
HSL color Cylindrical-coordinate representation of color #F2529D: hue angle of 331.88º 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 #F2529D is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 157 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.05 |
| HSL | 331.88º | 0.86% | 0.64% | - |
| HSV(B) | 331.88º | 0.66% | 0.95% | - |
| XYZ | 45.72 | 27.35 | 34.77 | - |
| YUV | 138.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 157 | 0 | 0.66 | 0.35 | 0.05 | 331.88 | 0.86 | 0.64 |
| Hex | F2 | 52 | 9D | 0 | 42 | 23 | 5 | 14C | 56 | 40 |
| Octal | 362 | 122 | 235 | 0 | 102 | 43 | 5 | 514 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10011101 | 0 | 1000010 | 100011 | 101 | 101001100 | 1010110 | 1000000 |
Color Harmonies of #F2529D
Complementary color
Monochromatic Colors of #F2529D
Black with #F2529D
Text Example
Text Example
White with #F2529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2529D; }
p { color: rgb(242,82,157); }
H1.HeaderClassName
{
color: #F2529D;
}
.AnyTagClassName
{
color: #F2529D;
}
</style>
background-color css
<style>
a { background-color: #F2529D; }
a { background-color: rgb(242,82,157); }
div.DivClassName
{
background-color: #F2529D;
}
.BgClassName
{
background-color: #F2529D;
}
</style>
border-color css
<style>
span { border-color: #F2529D; }
span { border-color: rgb(242,82,157); }
td.TdClassName
{
border-color: #F2529D;
}
.TagClassName
{
border-color: #F2529D;
}
</style>