Shades of Brilliant Rose #FF48AF
Tints of Brilliant Rose #FF48AF
RGB
CMYK
RGB Variations
Color information
#FF48AF (or 0xFF48AF) is known color: Brilliant Rose. HEX triplet: FF, 48 and AF. RGB value is (255,72,175). Sum of RGB (Red+Green+Blue) = 255+72+175=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF48AF is #00B750. Grayscale: #8A8A8A. Windows color (decimal): -46929 or 11487487. OLE color: 11487487.
HSL color Cylindrical-coordinate representation of color #FF48AF: hue angle of 326.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF48AF is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 175 | - |
| CMYK | 0 | 0.72 | 0.31 | 0 |
| HSL | 326.23º | 1% | 0.64% | - |
| HSV(B) | 326.23º | 0.72% | 1% | - |
| XYZ | 51.3 | 28.99 | 43.45 | - |
| YUV | 138.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 175 | 0 | 0.72 | 0.31 | 0 | 326.23 | 1 | 0.64 |
| Hex | FF | 48 | AF | 0 | 48 | 1F | 0 | 146 | 64 | 40 |
| Octal | 377 | 110 | 257 | 0 | 110 | 37 | 0 | 506 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10101111 | 0 | 1001000 | 11111 | 0 | 101000110 | 1100100 | 1000000 |
Color Harmonies of #FF48AF
Complementary color
Monochromatic Colors of #FF48AF
Black with #FF48AF
Text Example
Text Example
White with #FF48AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF48AF; }
p { color: rgb(255,72,175); }
H1.HeaderClassName
{
color: #FF48AF;
}
.AnyTagClassName
{
color: #FF48AF;
}
</style>
background-color css
<style>
a { background-color: #FF48AF; }
a { background-color: rgb(255,72,175); }
div.DivClassName
{
background-color: #FF48AF;
}
.BgClassName
{
background-color: #FF48AF;
}
</style>
border-color css
<style>
span { border-color: #FF48AF; }
span { border-color: rgb(255,72,175); }
td.TdClassName
{
border-color: #FF48AF;
}
.TagClassName
{
border-color: #FF48AF;
}
</style>