Shades of Brilliant Rose #F145AB
Tints of Brilliant Rose #F145AB
RGB
CMYK
RGB Variations
Color information
#F145AB (or 0xF145AB) is known color: Brilliant Rose. HEX triplet: F1, 45 and AB. RGB value is (241,69,171). Sum of RGB (Red+Green+Blue) = 241+69+171=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F145AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F145AB is #0EBA54. Grayscale: #838383. Windows color (decimal): -965205 or 11224561. OLE color: 11224561.
HSL color Cylindrical-coordinate representation of color #F145AB: hue angle of 324.42º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145AB is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 171 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.05 |
| HSL | 324.42º | 0.86% | 0.61% | - |
| HSV(B) | 324.42º | 0.71% | 0.95% | - |
| XYZ | 45.75 | 25.9 | 41.12 | - |
| YUV | 132.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 171 | 0 | 0.71 | 0.29 | 0.05 | 324.42 | 0.86 | 0.61 |
| Hex | F1 | 45 | AB | 0 | 47 | 1D | 5 | 144 | 56 | 3D |
| Octal | 361 | 105 | 253 | 0 | 107 | 35 | 5 | 504 | 126 | 75 |
| Binary | 11110001 | 1000101 | 10101011 | 0 | 1000111 | 11101 | 101 | 101000100 | 1010110 | 111101 |
Color Harmonies of #F145AB
Complementary color
Monochromatic Colors of #F145AB
Black with #F145AB
Text Example
Text Example
White with #F145AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145AB; }
p { color: rgb(241,69,171); }
H1.HeaderClassName
{
color: #F145AB;
}
.AnyTagClassName
{
color: #F145AB;
}
</style>
background-color css
<style>
a { background-color: #F145AB; }
a { background-color: rgb(241,69,171); }
div.DivClassName
{
background-color: #F145AB;
}
.BgClassName
{
background-color: #F145AB;
}
</style>
border-color css
<style>
span { border-color: #F145AB; }
span { border-color: rgb(241,69,171); }
td.TdClassName
{
border-color: #F145AB;
}
.TagClassName
{
border-color: #F145AB;
}
</style>