Shades of Brilliant Rose #FF5694
Tints of Brilliant Rose #FF5694
RGB
CMYK
RGB Variations
Color information
#FF5694 (or 0xFF5694) is known color: Brilliant Rose. HEX triplet: FF, 56 and 94. RGB value is (255,86,148). Sum of RGB (Red+Green+Blue) = 255+86+148=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5694 is #00A96B. Grayscale: #8F8F8F. Windows color (decimal): -43372 or 9721599. OLE color: 9721599.
HSL color Cylindrical-coordinate representation of color #FF5694: hue angle of 337.99º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5694 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 148 | - |
| CMYK | 0 | 0.66 | 0.42 | 0 |
| HSL | 337.99º | 1% | 0.67% | - |
| HSV(B) | 337.99º | 0.66% | 1% | - |
| XYZ | 49.91 | 30.05 | 31.19 | - |
| YUV | 143.6 | 130.49 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 148 | 0 | 0.66 | 0.42 | 0 | 337.99 | 1 | 0.67 |
| Hex | FF | 56 | 94 | 0 | 42 | 2A | 0 | 152 | 64 | 43 |
| Octal | 377 | 126 | 224 | 0 | 102 | 52 | 0 | 522 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10010100 | 0 | 1000010 | 101010 | 0 | 101010010 | 1100100 | 1000011 |
Color Harmonies of #FF5694
Complementary color
Monochromatic Colors of #FF5694
Black with #FF5694
Text Example
Text Example
White with #FF5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5694; }
p { color: rgb(255,86,148); }
H1.HeaderClassName
{
color: #FF5694;
}
.AnyTagClassName
{
color: #FF5694;
}
</style>
background-color css
<style>
a { background-color: #FF5694; }
a { background-color: rgb(255,86,148); }
div.DivClassName
{
background-color: #FF5694;
}
.BgClassName
{
background-color: #FF5694;
}
</style>
border-color css
<style>
span { border-color: #FF5694; }
span { border-color: rgb(255,86,148); }
td.TdClassName
{
border-color: #FF5694;
}
.TagClassName
{
border-color: #FF5694;
}
</style>