Shades of Brilliant Rose #F256AA
Tints of Brilliant Rose #F256AA
RGB
CMYK
RGB Variations
Color information
#F256AA (or 0xF256AA) is known color: Brilliant Rose. HEX triplet: F2, 56 and AA. RGB value is (242,86,170). Sum of RGB (Red+Green+Blue) = 242+86+170=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F256AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256AA is #0DA955. Grayscale: #8E8E8E. Windows color (decimal): -895318 or 11163378. OLE color: 11163378.
HSL color Cylindrical-coordinate representation of color #F256AA: hue angle of 327.69º 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 #F256AA is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 170 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.05 |
| HSL | 327.69º | 0.86% | 0.64% | - |
| HSV(B) | 327.69º | 0.64% | 0.95% | - |
| XYZ | 47.2 | 28.44 | 41.03 | - |
| YUV | 142.22 | 143.68 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 170 | 0 | 0.64 | 0.30 | 0.05 | 327.69 | 0.86 | 0.64 |
| Hex | F2 | 56 | AA | 0 | 40 | 1E | 5 | 148 | 56 | 40 |
| Octal | 362 | 126 | 252 | 0 | 100 | 36 | 5 | 510 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10101010 | 0 | 1000000 | 11110 | 101 | 101001000 | 1010110 | 1000000 |
Color Harmonies of #F256AA
Complementary color
Monochromatic Colors of #F256AA
Black with #F256AA
Text Example
Text Example
White with #F256AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256AA; }
p { color: rgb(242,86,170); }
H1.HeaderClassName
{
color: #F256AA;
}
.AnyTagClassName
{
color: #F256AA;
}
</style>
background-color css
<style>
a { background-color: #F256AA; }
a { background-color: rgb(242,86,170); }
div.DivClassName
{
background-color: #F256AA;
}
.BgClassName
{
background-color: #F256AA;
}
</style>
border-color css
<style>
span { border-color: #F256AA; }
span { border-color: rgb(242,86,170); }
td.TdClassName
{
border-color: #F256AA;
}
.TagClassName
{
border-color: #F256AA;
}
</style>