Shades of Brilliant Rose #F2559D
Tints of Brilliant Rose #F2559D
RGB
CMYK
RGB Variations
Color information
#F2559D (or 0xF2559D) is known color: Brilliant Rose. HEX triplet: F2, 55 and 9D. RGB value is (242,85,157). Sum of RGB (Red+Green+Blue) = 242+85+157=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2559D is #0DAA62. Grayscale: #8C8C8C. Windows color (decimal): -895587 or 10311154. OLE color: 10311154.
HSL color Cylindrical-coordinate representation of color #F2559D: hue angle of 332.48º 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 #F2559D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 157 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.05 |
| HSL | 332.48º | 0.86% | 0.64% | - |
| HSV(B) | 332.48º | 0.65% | 0.95% | - |
| XYZ | 45.95 | 27.81 | 34.84 | - |
| YUV | 140.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 157 | 0 | 0.65 | 0.35 | 0.05 | 332.48 | 0.86 | 0.64 |
| Hex | F2 | 55 | 9D | 0 | 41 | 23 | 5 | 14C | 56 | 40 |
| Octal | 362 | 125 | 235 | 0 | 101 | 43 | 5 | 514 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10011101 | 0 | 1000001 | 100011 | 101 | 101001100 | 1010110 | 1000000 |
Color Harmonies of #F2559D
Complementary color
Monochromatic Colors of #F2559D
Black with #F2559D
Text Example
Text Example
White with #F2559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2559D; }
p { color: rgb(242,85,157); }
H1.HeaderClassName
{
color: #F2559D;
}
.AnyTagClassName
{
color: #F2559D;
}
</style>
background-color css
<style>
a { background-color: #F2559D; }
a { background-color: rgb(242,85,157); }
div.DivClassName
{
background-color: #F2559D;
}
.BgClassName
{
background-color: #F2559D;
}
</style>
border-color css
<style>
span { border-color: #F2559D; }
span { border-color: rgb(242,85,157); }
td.TdClassName
{
border-color: #F2559D;
}
.TagClassName
{
border-color: #F2559D;
}
</style>