Shades of Brilliant Rose #F2539F
Tints of Brilliant Rose #F2539F
RGB
CMYK
RGB Variations
Color information
#F2539F (or 0xF2539F) is known color: Brilliant Rose. HEX triplet: F2, 53 and 9F. RGB value is (242,83,159). Sum of RGB (Red+Green+Blue) = 242+83+159=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2539F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2539F is #0DAC60. Grayscale: #8B8B8B. Windows color (decimal): -896097 or 10441714. OLE color: 10441714.
HSL color Cylindrical-coordinate representation of color #F2539F: hue angle of 331.32º 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 #F2539F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 159 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.05 |
| HSL | 331.32º | 0.86% | 0.64% | - |
| HSV(B) | 331.32º | 0.66% | 0.95% | - |
| XYZ | 45.97 | 27.57 | 35.7 | - |
| YUV | 139.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 159 | 0 | 0.66 | 0.34 | 0.05 | 331.32 | 0.86 | 0.64 |
| Hex | F2 | 53 | 9F | 0 | 42 | 22 | 5 | 14B | 56 | 40 |
| Octal | 362 | 123 | 237 | 0 | 102 | 42 | 5 | 513 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10011111 | 0 | 1000010 | 100010 | 101 | 101001011 | 1010110 | 1000000 |
Color Harmonies of #F2539F
Complementary color
Monochromatic Colors of #F2539F
Black with #F2539F
Text Example
Text Example
White with #F2539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2539F; }
p { color: rgb(242,83,159); }
H1.HeaderClassName
{
color: #F2539F;
}
.AnyTagClassName
{
color: #F2539F;
}
</style>
background-color css
<style>
a { background-color: #F2539F; }
a { background-color: rgb(242,83,159); }
div.DivClassName
{
background-color: #F2539F;
}
.BgClassName
{
background-color: #F2539F;
}
</style>
border-color css
<style>
span { border-color: #F2539F; }
span { border-color: rgb(242,83,159); }
td.TdClassName
{
border-color: #F2539F;
}
.TagClassName
{
border-color: #F2539F;
}
</style>