Shades of Brilliant Rose #F150AF
Tints of Brilliant Rose #F150AF
RGB
CMYK
RGB Variations
Color information
#F150AF (or 0xF150AF) is known color: Brilliant Rose. HEX triplet: F1, 50 and AF. RGB value is (241,80,175). Sum of RGB (Red+Green+Blue) = 241+80+175=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F150AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F150AF is #0EAF50. Grayscale: #8A8A8A. Windows color (decimal): -962385 or 11489521. OLE color: 11489521.
HSL color Cylindrical-coordinate representation of color #F150AF: hue angle of 324.6º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150AF is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 175 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.05 |
| HSL | 324.6º | 0.85% | 0.63% | - |
| HSV(B) | 324.6º | 0.67% | 0.95% | - |
| XYZ | 46.88 | 27.53 | 43.4 | - |
| YUV | 138.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 175 | 0 | 0.67 | 0.27 | 0.05 | 324.6 | 0.85 | 0.63 |
| Hex | F1 | 50 | AF | 0 | 43 | 1B | 5 | 145 | 55 | 3F |
| Octal | 361 | 120 | 257 | 0 | 103 | 33 | 5 | 505 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10101111 | 0 | 1000011 | 11011 | 101 | 101000101 | 1010101 | 111111 |
Color Harmonies of #F150AF
Complementary color
Monochromatic Colors of #F150AF
Black with #F150AF
Text Example
Text Example
White with #F150AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150AF; }
p { color: rgb(241,80,175); }
H1.HeaderClassName
{
color: #F150AF;
}
.AnyTagClassName
{
color: #F150AF;
}
</style>
background-color css
<style>
a { background-color: #F150AF; }
a { background-color: rgb(241,80,175); }
div.DivClassName
{
background-color: #F150AF;
}
.BgClassName
{
background-color: #F150AF;
}
</style>
border-color css
<style>
span { border-color: #F150AF; }
span { border-color: rgb(241,80,175); }
td.TdClassName
{
border-color: #F150AF;
}
.TagClassName
{
border-color: #F150AF;
}
</style>