Shades of Brilliant Rose #F143AA
Tints of Brilliant Rose #F143AA
RGB
CMYK
RGB Variations
Color information
#F143AA (or 0xF143AA) is known color: Brilliant Rose. HEX triplet: F1, 43 and AA. RGB value is (241,67,170). Sum of RGB (Red+Green+Blue) = 241+67+170=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F143AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143AA is #0EBC55. Grayscale: #828282. Windows color (decimal): -965718 or 11158513. OLE color: 11158513.
HSL color Cylindrical-coordinate representation of color #F143AA: hue angle of 324.48º 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 #F143AA is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 170 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.05 |
| HSL | 324.48º | 0.86% | 0.6% | - |
| HSV(B) | 324.48º | 0.72% | 0.95% | - |
| XYZ | 45.54 | 25.62 | 40.57 | - |
| YUV | 130.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 170 | 0 | 0.72 | 0.29 | 0.05 | 324.48 | 0.86 | 0.6 |
| Hex | F1 | 43 | AA | 0 | 48 | 1D | 5 | 144 | 56 | 3C |
| Octal | 361 | 103 | 252 | 0 | 110 | 35 | 5 | 504 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10101010 | 0 | 1001000 | 11101 | 101 | 101000100 | 1010110 | 111100 |
Color Harmonies of #F143AA
Complementary color
Monochromatic Colors of #F143AA
Black with #F143AA
Text Example
Text Example
White with #F143AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143AA; }
p { color: rgb(241,67,170); }
H1.HeaderClassName
{
color: #F143AA;
}
.AnyTagClassName
{
color: #F143AA;
}
</style>
background-color css
<style>
a { background-color: #F143AA; }
a { background-color: rgb(241,67,170); }
div.DivClassName
{
background-color: #F143AA;
}
.BgClassName
{
background-color: #F143AA;
}
</style>
border-color css
<style>
span { border-color: #F143AA; }
span { border-color: rgb(241,67,170); }
td.TdClassName
{
border-color: #F143AA;
}
.TagClassName
{
border-color: #F143AA;
}
</style>