Shades of Brilliant Rose #F256AE
Tints of Brilliant Rose #F256AE
RGB
CMYK
RGB Variations
Color information
#F256AE (or 0xF256AE) is known color: Brilliant Rose. HEX triplet: F2, 56 and AE. RGB value is (242,86,174). Sum of RGB (Red+Green+Blue) = 242+86+174=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F256AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256AE is #0DA951. Grayscale: #8E8E8E. Windows color (decimal): -895314 or 11425522. OLE color: 11425522.
HSL color Cylindrical-coordinate representation of color #F256AE: hue angle of 326.15º 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 #F256AE is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 174 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.05 |
| HSL | 326.15º | 0.86% | 0.64% | - |
| HSV(B) | 326.15º | 0.64% | 0.95% | - |
| XYZ | 47.59 | 28.59 | 43.05 | - |
| YUV | 142.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 174 | 0 | 0.64 | 0.28 | 0.05 | 326.15 | 0.86 | 0.64 |
| Hex | F2 | 56 | AE | 0 | 40 | 1C | 5 | 146 | 56 | 40 |
| Octal | 362 | 126 | 256 | 0 | 100 | 34 | 5 | 506 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10101110 | 0 | 1000000 | 11100 | 101 | 101000110 | 1010110 | 1000000 |
Color Harmonies of #F256AE
Complementary color
Monochromatic Colors of #F256AE
Black with #F256AE
Text Example
Text Example
White with #F256AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256AE; }
p { color: rgb(242,86,174); }
H1.HeaderClassName
{
color: #F256AE;
}
.AnyTagClassName
{
color: #F256AE;
}
</style>
background-color css
<style>
a { background-color: #F256AE; }
a { background-color: rgb(242,86,174); }
div.DivClassName
{
background-color: #F256AE;
}
.BgClassName
{
background-color: #F256AE;
}
</style>
border-color css
<style>
span { border-color: #F256AE; }
span { border-color: rgb(242,86,174); }
td.TdClassName
{
border-color: #F256AE;
}
.TagClassName
{
border-color: #F256AE;
}
</style>