Shades of Brilliant Rose #F143AB
Tints of Brilliant Rose #F143AB
RGB
CMYK
RGB Variations
Color information
#F143AB (or 0xF143AB) is known color: Brilliant Rose. HEX triplet: F1, 43 and AB. RGB value is (241,67,171). Sum of RGB (Red+Green+Blue) = 241+67+171=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F143AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143AB is #0EBC54. Grayscale: #828282. Windows color (decimal): -965717 or 11224049. OLE color: 11224049.
HSL color Cylindrical-coordinate representation of color #F143AB: hue angle of 324.14º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F143AB is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 171 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.05 |
| HSL | 324.14º | 0.86% | 0.6% | - |
| HSV(B) | 324.14º | 0.72% | 0.95% | - |
| XYZ | 45.63 | 25.66 | 41.07 | - |
| YUV | 130.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 171 | 0 | 0.72 | 0.29 | 0.05 | 324.14 | 0.86 | 0.6 |
| Hex | F1 | 43 | AB | 0 | 48 | 1D | 5 | 144 | 56 | 3C |
| Octal | 361 | 103 | 253 | 0 | 110 | 35 | 5 | 504 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10101011 | 0 | 1001000 | 11101 | 101 | 101000100 | 1010110 | 111100 |
Color Harmonies of #F143AB
Complementary color
Monochromatic Colors of #F143AB
Black with #F143AB
Text Example
Text Example
White with #F143AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143AB; }
p { color: rgb(241,67,171); }
H1.HeaderClassName
{
color: #F143AB;
}
.AnyTagClassName
{
color: #F143AB;
}
</style>
background-color css
<style>
a { background-color: #F143AB; }
a { background-color: rgb(241,67,171); }
div.DivClassName
{
background-color: #F143AB;
}
.BgClassName
{
background-color: #F143AB;
}
</style>
border-color css
<style>
span { border-color: #F143AB; }
span { border-color: rgb(241,67,171); }
td.TdClassName
{
border-color: #F143AB;
}
.TagClassName
{
border-color: #F143AB;
}
</style>