Shades of Brilliant Rose #F141AF
Tints of Brilliant Rose #F141AF
RGB
CMYK
RGB Variations
Color information
#F141AF (or 0xF141AF) is known color: Brilliant Rose. HEX triplet: F1, 41 and AF. RGB value is (241,65,175). Sum of RGB (Red+Green+Blue) = 241+65+175=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F141AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141AF is #0EBE50. Grayscale: #818181. Windows color (decimal): -966225 or 11485681. OLE color: 11485681.
HSL color Cylindrical-coordinate representation of color #F141AF: hue angle of 322.5º 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 #F141AF is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 175 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.05 |
| HSL | 322.5º | 0.86% | 0.6% | - |
| HSV(B) | 322.5º | 0.73% | 0.95% | - |
| XYZ | 45.9 | 25.58 | 43.07 | - |
| YUV | 130.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 175 | 0 | 0.73 | 0.27 | 0.05 | 322.5 | 0.86 | 0.6 |
| Hex | F1 | 41 | AF | 0 | 49 | 1B | 5 | 142 | 56 | 3C |
| Octal | 361 | 101 | 257 | 0 | 111 | 33 | 5 | 502 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10101111 | 0 | 1001001 | 11011 | 101 | 101000010 | 1010110 | 111100 |
Color Harmonies of #F141AF
Complementary color
Monochromatic Colors of #F141AF
Black with #F141AF
Text Example
Text Example
White with #F141AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141AF; }
p { color: rgb(241,65,175); }
H1.HeaderClassName
{
color: #F141AF;
}
.AnyTagClassName
{
color: #F141AF;
}
</style>
background-color css
<style>
a { background-color: #F141AF; }
a { background-color: rgb(241,65,175); }
div.DivClassName
{
background-color: #F141AF;
}
.BgClassName
{
background-color: #F141AF;
}
</style>
border-color css
<style>
span { border-color: #F141AF; }
span { border-color: rgb(241,65,175); }
td.TdClassName
{
border-color: #F141AF;
}
.TagClassName
{
border-color: #F141AF;
}
</style>