Shades of Brilliant Rose #F256AD
Tints of Brilliant Rose #F256AD
RGB
CMYK
RGB Variations
Color information
#F256AD (or 0xF256AD) is known color: Brilliant Rose. HEX triplet: F2, 56 and AD. RGB value is (242,86,173). Sum of RGB (Red+Green+Blue) = 242+86+173=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F256AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256AD is #0DA952. Grayscale: #8E8E8E. Windows color (decimal): -895315 or 11359986. OLE color: 11359986.
HSL color Cylindrical-coordinate representation of color #F256AD: hue angle of 326.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256AD is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 173 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.05 |
| HSL | 326.54º | 0.86% | 0.64% | - |
| HSV(B) | 326.54º | 0.64% | 0.95% | - |
| XYZ | 47.49 | 28.55 | 42.54 | - |
| YUV | 142.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 173 | 0 | 0.64 | 0.29 | 0.05 | 326.54 | 0.86 | 0.64 |
| Hex | F2 | 56 | AD | 0 | 40 | 1D | 5 | 147 | 56 | 40 |
| Octal | 362 | 126 | 255 | 0 | 100 | 35 | 5 | 507 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10101101 | 0 | 1000000 | 11101 | 101 | 101000111 | 1010110 | 1000000 |
Color Harmonies of #F256AD
Complementary color
Monochromatic Colors of #F256AD
Black with #F256AD
Text Example
Text Example
White with #F256AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256AD; }
p { color: rgb(242,86,173); }
H1.HeaderClassName
{
color: #F256AD;
}
.AnyTagClassName
{
color: #F256AD;
}
</style>
background-color css
<style>
a { background-color: #F256AD; }
a { background-color: rgb(242,86,173); }
div.DivClassName
{
background-color: #F256AD;
}
.BgClassName
{
background-color: #F256AD;
}
</style>
border-color css
<style>
span { border-color: #F256AD; }
span { border-color: rgb(242,86,173); }
td.TdClassName
{
border-color: #F256AD;
}
.TagClassName
{
border-color: #F256AD;
}
</style>