Shades of Brilliant Rose #F144AB
Tints of Brilliant Rose #F144AB
RGB
CMYK
RGB Variations
Color information
#F144AB (or 0xF144AB) is known color: Brilliant Rose. HEX triplet: F1, 44 and AB. RGB value is (241,68,171). Sum of RGB (Red+Green+Blue) = 241+68+171=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F144AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F144AB is #0EBB54. Grayscale: #838383. Windows color (decimal): -965461 or 11224305. OLE color: 11224305.
HSL color Cylindrical-coordinate representation of color #F144AB: hue angle of 324.28º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F144AB is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 171 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.05 |
| HSL | 324.28º | 0.86% | 0.61% | - |
| HSV(B) | 324.28º | 0.72% | 0.95% | - |
| XYZ | 45.69 | 25.78 | 41.09 | - |
| YUV | 131.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 171 | 0 | 0.72 | 0.29 | 0.05 | 324.28 | 0.86 | 0.61 |
| Hex | F1 | 44 | AB | 0 | 48 | 1D | 5 | 144 | 56 | 3D |
| Octal | 361 | 104 | 253 | 0 | 110 | 35 | 5 | 504 | 126 | 75 |
| Binary | 11110001 | 1000100 | 10101011 | 0 | 1001000 | 11101 | 101 | 101000100 | 1010110 | 111101 |
Color Harmonies of #F144AB
Complementary color
Monochromatic Colors of #F144AB
Black with #F144AB
Text Example
Text Example
White with #F144AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144AB; }
p { color: rgb(241,68,171); }
H1.HeaderClassName
{
color: #F144AB;
}
.AnyTagClassName
{
color: #F144AB;
}
</style>
background-color css
<style>
a { background-color: #F144AB; }
a { background-color: rgb(241,68,171); }
div.DivClassName
{
background-color: #F144AB;
}
.BgClassName
{
background-color: #F144AB;
}
</style>
border-color css
<style>
span { border-color: #F144AB; }
span { border-color: rgb(241,68,171); }
td.TdClassName
{
border-color: #F144AB;
}
.TagClassName
{
border-color: #F144AB;
}
</style>