Shades of Brilliant Rose #FF57AF
Tints of Brilliant Rose #FF57AF
RGB
CMYK
RGB Variations
Color information
#FF57AF (or 0xFF57AF) is known color: Brilliant Rose. HEX triplet: FF, 57 and AF. RGB value is (255,87,175). Sum of RGB (Red+Green+Blue) = 255+87+175=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF57AF is #00A850. Grayscale: #939393. Windows color (decimal): -43089 or 11491327. OLE color: 11491327.
HSL color Cylindrical-coordinate representation of color #FF57AF: hue angle of 328.57º 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 #FF57AF is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 175 | - |
| CMYK | 0 | 0.66 | 0.31 | 0 |
| HSL | 328.57º | 1% | 0.67% | - |
| HSV(B) | 328.57º | 0.66% | 1% | - |
| XYZ | 52.39 | 31.17 | 43.81 | - |
| YUV | 147.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 175 | 0 | 0.66 | 0.31 | 0 | 328.57 | 1 | 0.67 |
| Hex | FF | 57 | AF | 0 | 42 | 1F | 0 | 149 | 64 | 43 |
| Octal | 377 | 127 | 257 | 0 | 102 | 37 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10101111 | 0 | 1000010 | 11111 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF57AF
Complementary color
Monochromatic Colors of #FF57AF
Black with #FF57AF
Text Example
Text Example
White with #FF57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57AF; }
p { color: rgb(255,87,175); }
H1.HeaderClassName
{
color: #FF57AF;
}
.AnyTagClassName
{
color: #FF57AF;
}
</style>
background-color css
<style>
a { background-color: #FF57AF; }
a { background-color: rgb(255,87,175); }
div.DivClassName
{
background-color: #FF57AF;
}
.BgClassName
{
background-color: #FF57AF;
}
</style>
border-color css
<style>
span { border-color: #FF57AF; }
span { border-color: rgb(255,87,175); }
td.TdClassName
{
border-color: #FF57AF;
}
.TagClassName
{
border-color: #FF57AF;
}
</style>