Shades of Brilliant Rose #F148A1
Tints of Brilliant Rose #F148A1
RGB
CMYK
RGB Variations
Color information
#F148A1 (or 0xF148A1) is known color: Brilliant Rose. HEX triplet: F1, 48 and A1. RGB value is (241,72,161). Sum of RGB (Red+Green+Blue) = 241+72+161=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F148A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F148A1 is #0EB75E. Grayscale: #848484. Windows color (decimal): -964447 or 10569969. OLE color: 10569969.
HSL color Cylindrical-coordinate representation of color #F148A1: hue angle of 328.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F148A1 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 161 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.05 |
| HSL | 328.4º | 0.86% | 0.61% | - |
| HSV(B) | 328.4º | 0.7% | 0.95% | - |
| XYZ | 45.03 | 25.91 | 36.35 | - |
| YUV | 132.68 | 143.99 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 161 | 0 | 0.70 | 0.33 | 0.05 | 328.4 | 0.86 | 0.61 |
| Hex | F1 | 48 | A1 | 0 | 46 | 21 | 5 | 148 | 56 | 3D |
| Octal | 361 | 110 | 241 | 0 | 106 | 41 | 5 | 510 | 126 | 75 |
| Binary | 11110001 | 1001000 | 10100001 | 0 | 1000110 | 100001 | 101 | 101001000 | 1010110 | 111101 |
Color Harmonies of #F148A1
Complementary color
Monochromatic Colors of #F148A1
Black with #F148A1
Text Example
Text Example
White with #F148A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F148A1; }
p { color: rgb(241,72,161); }
H1.HeaderClassName
{
color: #F148A1;
}
.AnyTagClassName
{
color: #F148A1;
}
</style>
background-color css
<style>
a { background-color: #F148A1; }
a { background-color: rgb(241,72,161); }
div.DivClassName
{
background-color: #F148A1;
}
.BgClassName
{
background-color: #F148A1;
}
</style>
border-color css
<style>
span { border-color: #F148A1; }
span { border-color: rgb(241,72,161); }
td.TdClassName
{
border-color: #F148A1;
}
.TagClassName
{
border-color: #F148A1;
}
</style>