Shades of Brilliant Rose #F2559F
Tints of Brilliant Rose #F2559F
RGB
CMYK
RGB Variations
Color information
#F2559F (or 0xF2559F) is known color: Brilliant Rose. HEX triplet: F2, 55 and 9F. RGB value is (242,85,159). Sum of RGB (Red+Green+Blue) = 242+85+159=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2559F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2559F is #0DAA60. Grayscale: #8C8C8C. Windows color (decimal): -895585 or 10442226. OLE color: 10442226.
HSL color Cylindrical-coordinate representation of color #F2559F: hue angle of 331.72º 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 #F2559F is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 159 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.05 |
| HSL | 331.72º | 0.86% | 0.64% | - |
| HSV(B) | 331.72º | 0.65% | 0.95% | - |
| XYZ | 46.12 | 27.88 | 35.75 | - |
| YUV | 140.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 159 | 0 | 0.65 | 0.34 | 0.05 | 331.72 | 0.86 | 0.64 |
| Hex | F2 | 55 | 9F | 0 | 41 | 22 | 5 | 14C | 56 | 40 |
| Octal | 362 | 125 | 237 | 0 | 101 | 42 | 5 | 514 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10011111 | 0 | 1000001 | 100010 | 101 | 101001100 | 1010110 | 1000000 |
Color Harmonies of #F2559F
Complementary color
Monochromatic Colors of #F2559F
Black with #F2559F
Text Example
Text Example
White with #F2559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2559F; }
p { color: rgb(242,85,159); }
H1.HeaderClassName
{
color: #F2559F;
}
.AnyTagClassName
{
color: #F2559F;
}
</style>
background-color css
<style>
a { background-color: #F2559F; }
a { background-color: rgb(242,85,159); }
div.DivClassName
{
background-color: #F2559F;
}
.BgClassName
{
background-color: #F2559F;
}
</style>
border-color css
<style>
span { border-color: #F2559F; }
span { border-color: rgb(242,85,159); }
td.TdClassName
{
border-color: #F2559F;
}
.TagClassName
{
border-color: #F2559F;
}
</style>