Shades of Brilliant Rose #F145AD
Tints of Brilliant Rose #F145AD
RGB
CMYK
RGB Variations
Color information
#F145AD (or 0xF145AD) is known color: Brilliant Rose. HEX triplet: F1, 45 and AD. RGB value is (241,69,173). Sum of RGB (Red+Green+Blue) = 241+69+173=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F145AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F145AD is #0EBA52. Grayscale: #848484. Windows color (decimal): -965203 or 11355633. OLE color: 11355633.
HSL color Cylindrical-coordinate representation of color #F145AD: hue angle of 323.72º 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 #F145AD is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 173 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.05 |
| HSL | 323.72º | 0.86% | 0.61% | - |
| HSV(B) | 323.72º | 0.71% | 0.95% | - |
| XYZ | 45.95 | 25.97 | 42.13 | - |
| YUV | 132.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 173 | 0 | 0.71 | 0.28 | 0.05 | 323.72 | 0.86 | 0.61 |
| Hex | F1 | 45 | AD | 0 | 47 | 1C | 5 | 144 | 56 | 3D |
| Octal | 361 | 105 | 255 | 0 | 107 | 34 | 5 | 504 | 126 | 75 |
| Binary | 11110001 | 1000101 | 10101101 | 0 | 1000111 | 11100 | 101 | 101000100 | 1010110 | 111101 |
Color Harmonies of #F145AD
Complementary color
Monochromatic Colors of #F145AD
Black with #F145AD
Text Example
Text Example
White with #F145AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145AD; }
p { color: rgb(241,69,173); }
H1.HeaderClassName
{
color: #F145AD;
}
.AnyTagClassName
{
color: #F145AD;
}
</style>
background-color css
<style>
a { background-color: #F145AD; }
a { background-color: rgb(241,69,173); }
div.DivClassName
{
background-color: #F145AD;
}
.BgClassName
{
background-color: #F145AD;
}
</style>
border-color css
<style>
span { border-color: #F145AD; }
span { border-color: rgb(241,69,173); }
td.TdClassName
{
border-color: #F145AD;
}
.TagClassName
{
border-color: #F145AD;
}
</style>