Shades of Brilliant Rose #F256AF
Tints of Brilliant Rose #F256AF
RGB
CMYK
RGB Variations
Color information
#F256AF (or 0xF256AF) is known color: Brilliant Rose. HEX triplet: F2, 56 and AF. RGB value is (242,86,175). Sum of RGB (Red+Green+Blue) = 242+86+175=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F256AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F256AF is #0DA950. Grayscale: #8E8E8E. Windows color (decimal): -895313 or 11491058. OLE color: 11491058.
HSL color Cylindrical-coordinate representation of color #F256AF: hue angle of 325.77º 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 #F256AF is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 175 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.05 |
| HSL | 325.77º | 0.86% | 0.64% | - |
| HSV(B) | 325.77º | 0.64% | 0.95% | - |
| XYZ | 47.68 | 28.63 | 43.57 | - |
| YUV | 142.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 175 | 0 | 0.64 | 0.28 | 0.05 | 325.77 | 0.86 | 0.64 |
| Hex | F2 | 56 | AF | 0 | 40 | 1C | 5 | 146 | 56 | 40 |
| Octal | 362 | 126 | 257 | 0 | 100 | 34 | 5 | 506 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10101111 | 0 | 1000000 | 11100 | 101 | 101000110 | 1010110 | 1000000 |
Color Harmonies of #F256AF
Complementary color
Monochromatic Colors of #F256AF
Black with #F256AF
Text Example
Text Example
White with #F256AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256AF; }
p { color: rgb(242,86,175); }
H1.HeaderClassName
{
color: #F256AF;
}
.AnyTagClassName
{
color: #F256AF;
}
</style>
background-color css
<style>
a { background-color: #F256AF; }
a { background-color: rgb(242,86,175); }
div.DivClassName
{
background-color: #F256AF;
}
.BgClassName
{
background-color: #F256AF;
}
</style>
border-color css
<style>
span { border-color: #F256AF; }
span { border-color: rgb(242,86,175); }
td.TdClassName
{
border-color: #F256AF;
}
.TagClassName
{
border-color: #F256AF;
}
</style>