Shades of Brilliant Rose #F2539B
Tints of Brilliant Rose #F2539B
RGB
CMYK
RGB Variations
Color information
#F2539B (or 0xF2539B) is known color: Brilliant Rose. HEX triplet: F2, 53 and 9B. RGB value is (242,83,155). Sum of RGB (Red+Green+Blue) = 242+83+155=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2539B is #0DAC64. Grayscale: #8A8A8A. Windows color (decimal): -896101 or 10179570. OLE color: 10179570.
HSL color Cylindrical-coordinate representation of color #F2539B: hue angle of 332.83º 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 #F2539B is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 155 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.05 |
| HSL | 332.83º | 0.86% | 0.64% | - |
| HSV(B) | 332.83º | 0.66% | 0.95% | - |
| XYZ | 45.63 | 27.43 | 33.9 | - |
| YUV | 138.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 155 | 0 | 0.66 | 0.36 | 0.05 | 332.83 | 0.86 | 0.64 |
| Hex | F2 | 53 | 9B | 0 | 42 | 24 | 5 | 14D | 56 | 40 |
| Octal | 362 | 123 | 233 | 0 | 102 | 44 | 5 | 515 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10011011 | 0 | 1000010 | 100100 | 101 | 101001101 | 1010110 | 1000000 |
Color Harmonies of #F2539B
Complementary color
Monochromatic Colors of #F2539B
Black with #F2539B
Text Example
Text Example
White with #F2539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2539B; }
p { color: rgb(242,83,155); }
H1.HeaderClassName
{
color: #F2539B;
}
.AnyTagClassName
{
color: #F2539B;
}
</style>
background-color css
<style>
a { background-color: #F2539B; }
a { background-color: rgb(242,83,155); }
div.DivClassName
{
background-color: #F2539B;
}
.BgClassName
{
background-color: #F2539B;
}
</style>
border-color css
<style>
span { border-color: #F2539B; }
span { border-color: rgb(242,83,155); }
td.TdClassName
{
border-color: #F2539B;
}
.TagClassName
{
border-color: #F2539B;
}
</style>