Shades of Brilliant Rose #FF57B3
Tints of Brilliant Rose #FF57B3
RGB
CMYK
RGB Variations
Color information
#FF57B3 (or 0xFF57B3) is known color: Brilliant Rose. HEX triplet: FF, 57 and B3. RGB value is (255,87,179). Sum of RGB (Red+Green+Blue) = 255+87+179=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57B3 is #00A84C. Grayscale: #939393. Windows color (decimal): -43085 or 11753471. OLE color: 11753471.
HSL color Cylindrical-coordinate representation of color #FF57B3: hue angle of 327.14º 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 #FF57B3 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 179 | - |
| CMYK | 0 | 0.66 | 0.30 | 0 |
| HSL | 327.14º | 1% | 0.67% | - |
| HSV(B) | 327.14º | 0.66% | 1% | - |
| XYZ | 52.78 | 31.33 | 45.91 | - |
| YUV | 147.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 179 | 0 | 0.66 | 0.30 | 0 | 327.14 | 1 | 0.67 |
| Hex | FF | 57 | B3 | 0 | 42 | 1E | 0 | 147 | 64 | 43 |
| Octal | 377 | 127 | 263 | 0 | 102 | 36 | 0 | 507 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10110011 | 0 | 1000010 | 11110 | 0 | 101000111 | 1100100 | 1000011 |
Color Harmonies of #FF57B3
Complementary color
Monochromatic Colors of #FF57B3
Black with #FF57B3
Text Example
Text Example
White with #FF57B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57B3; }
p { color: rgb(255,87,179); }
H1.HeaderClassName
{
color: #FF57B3;
}
.AnyTagClassName
{
color: #FF57B3;
}
</style>
background-color css
<style>
a { background-color: #FF57B3; }
a { background-color: rgb(255,87,179); }
div.DivClassName
{
background-color: #FF57B3;
}
.BgClassName
{
background-color: #FF57B3;
}
</style>
border-color css
<style>
span { border-color: #FF57B3; }
span { border-color: rgb(255,87,179); }
td.TdClassName
{
border-color: #FF57B3;
}
.TagClassName
{
border-color: #FF57B3;
}
</style>