Shades of Brilliant Rose #F2559B
Tints of Brilliant Rose #F2559B
RGB
CMYK
RGB Variations
Color information
#F2559B (or 0xF2559B) is known color: Brilliant Rose. HEX triplet: F2, 55 and 9B. RGB value is (242,85,155). Sum of RGB (Red+Green+Blue) = 242+85+155=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2559B is #0DAA64. Grayscale: #8B8B8B. Windows color (decimal): -895589 or 10180082. OLE color: 10180082.
HSL color Cylindrical-coordinate representation of color #F2559B: hue angle of 333.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2559B is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 155 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.05 |
| HSL | 333.25º | 0.86% | 0.64% | - |
| HSV(B) | 333.25º | 0.65% | 0.95% | - |
| XYZ | 45.78 | 27.74 | 33.95 | - |
| YUV | 139.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 155 | 0 | 0.65 | 0.36 | 0.05 | 333.25 | 0.86 | 0.64 |
| Hex | F2 | 55 | 9B | 0 | 41 | 24 | 5 | 14D | 56 | 40 |
| Octal | 362 | 125 | 233 | 0 | 101 | 44 | 5 | 515 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10011011 | 0 | 1000001 | 100100 | 101 | 101001101 | 1010110 | 1000000 |
Color Harmonies of #F2559B
Complementary color
Monochromatic Colors of #F2559B
Black with #F2559B
Text Example
Text Example
White with #F2559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2559B; }
p { color: rgb(242,85,155); }
H1.HeaderClassName
{
color: #F2559B;
}
.AnyTagClassName
{
color: #F2559B;
}
</style>
background-color css
<style>
a { background-color: #F2559B; }
a { background-color: rgb(242,85,155); }
div.DivClassName
{
background-color: #F2559B;
}
.BgClassName
{
background-color: #F2559B;
}
</style>
border-color css
<style>
span { border-color: #F2559B; }
span { border-color: rgb(242,85,155); }
td.TdClassName
{
border-color: #F2559B;
}
.TagClassName
{
border-color: #F2559B;
}
</style>