Shades of Brilliant Rose #F141AD
Tints of Brilliant Rose #F141AD
RGB
CMYK
RGB Variations
Color information
#F141AD (or 0xF141AD) is known color: Brilliant Rose. HEX triplet: F1, 41 and AD. RGB value is (241,65,173). Sum of RGB (Red+Green+Blue) = 241+65+173=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F141AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141AD is #0EBE52. Grayscale: #818181. Windows color (decimal): -966227 or 11354609. OLE color: 11354609.
HSL color Cylindrical-coordinate representation of color #F141AD: hue angle of 323.18º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F141AD is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 173 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.05 |
| HSL | 323.18º | 0.86% | 0.6% | - |
| HSV(B) | 323.18º | 0.73% | 0.95% | - |
| XYZ | 45.71 | 25.5 | 42.05 | - |
| YUV | 129.94 | 152.31 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 173 | 0 | 0.73 | 0.28 | 0.05 | 323.18 | 0.86 | 0.6 |
| Hex | F1 | 41 | AD | 0 | 49 | 1C | 5 | 143 | 56 | 3C |
| Octal | 361 | 101 | 255 | 0 | 111 | 34 | 5 | 503 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10101101 | 0 | 1001001 | 11100 | 101 | 101000011 | 1010110 | 111100 |
Color Harmonies of #F141AD
Complementary color
Monochromatic Colors of #F141AD
Black with #F141AD
Text Example
Text Example
White with #F141AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141AD; }
p { color: rgb(241,65,173); }
H1.HeaderClassName
{
color: #F141AD;
}
.AnyTagClassName
{
color: #F141AD;
}
</style>
background-color css
<style>
a { background-color: #F141AD; }
a { background-color: rgb(241,65,173); }
div.DivClassName
{
background-color: #F141AD;
}
.BgClassName
{
background-color: #F141AD;
}
</style>
border-color css
<style>
span { border-color: #F141AD; }
span { border-color: rgb(241,65,173); }
td.TdClassName
{
border-color: #F141AD;
}
.TagClassName
{
border-color: #F141AD;
}
</style>