Shades of Brilliant Rose #FF44A7
Tints of Brilliant Rose #FF44A7
RGB
CMYK
RGB Variations
Color information
#FF44A7 (or 0xFF44A7) is known color: Brilliant Rose. HEX triplet: FF, 44 and A7. RGB value is (255,68,167). Sum of RGB (Red+Green+Blue) = 255+68+167=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF44A7 is #00BB58. Grayscale: #868686. Windows color (decimal): -47961 or 10962175. OLE color: 10962175.
HSL color Cylindrical-coordinate representation of color #FF44A7: hue angle of 328.24º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF44A7 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 167 | - |
| CMYK | 0 | 0.73 | 0.35 | 0 |
| HSL | 328.24º | 1% | 0.63% | - |
| HSV(B) | 328.24º | 0.73% | 1% | - |
| XYZ | 50.28 | 28.18 | 39.35 | - |
| YUV | 135.2 | 145.95 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 167 | 0 | 0.73 | 0.35 | 0 | 328.24 | 1 | 0.63 |
| Hex | FF | 44 | A7 | 0 | 49 | 23 | 0 | 148 | 64 | 3F |
| Octal | 377 | 104 | 247 | 0 | 111 | 43 | 0 | 510 | 144 | 77 |
| Binary | 11111111 | 1000100 | 10100111 | 0 | 1001001 | 100011 | 0 | 101001000 | 1100100 | 111111 |
Color Harmonies of #FF44A7
Complementary color
Monochromatic Colors of #FF44A7
Black with #FF44A7
Text Example
Text Example
White with #FF44A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF44A7; }
p { color: rgb(255,68,167); }
H1.HeaderClassName
{
color: #FF44A7;
}
.AnyTagClassName
{
color: #FF44A7;
}
</style>
background-color css
<style>
a { background-color: #FF44A7; }
a { background-color: rgb(255,68,167); }
div.DivClassName
{
background-color: #FF44A7;
}
.BgClassName
{
background-color: #FF44A7;
}
</style>
border-color css
<style>
span { border-color: #FF44A7; }
span { border-color: rgb(255,68,167); }
td.TdClassName
{
border-color: #FF44A7;
}
.TagClassName
{
border-color: #FF44A7;
}
</style>