Shades of Brilliant Rose #F150A1
Tints of Brilliant Rose #F150A1
RGB
CMYK
RGB Variations
Color information
#F150A1 (or 0xF150A1) is known color: Brilliant Rose. HEX triplet: F1, 50 and A1. RGB value is (241,80,161). Sum of RGB (Red+Green+Blue) = 241+80+161=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F150A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F150A1 is #0EAF5E. Grayscale: #898989. Windows color (decimal): -962399 or 10572017. OLE color: 10572017.
HSL color Cylindrical-coordinate representation of color #F150A1: hue angle of 329.81º 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 #F150A1 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 161 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.05 |
| HSL | 329.81º | 0.85% | 0.63% | - |
| HSV(B) | 329.81º | 0.67% | 0.95% | - |
| XYZ | 45.58 | 27.01 | 36.53 | - |
| YUV | 137.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 161 | 0 | 0.67 | 0.33 | 0.05 | 329.81 | 0.85 | 0.63 |
| Hex | F1 | 50 | A1 | 0 | 43 | 21 | 5 | 14A | 55 | 3F |
| Octal | 361 | 120 | 241 | 0 | 103 | 41 | 5 | 512 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10100001 | 0 | 1000011 | 100001 | 101 | 101001010 | 1010101 | 111111 |
Color Harmonies of #F150A1
Complementary color
Monochromatic Colors of #F150A1
Black with #F150A1
Text Example
Text Example
White with #F150A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F150A1; }
p { color: rgb(241,80,161); }
H1.HeaderClassName
{
color: #F150A1;
}
.AnyTagClassName
{
color: #F150A1;
}
</style>
background-color css
<style>
a { background-color: #F150A1; }
a { background-color: rgb(241,80,161); }
div.DivClassName
{
background-color: #F150A1;
}
.BgClassName
{
background-color: #F150A1;
}
</style>
border-color css
<style>
span { border-color: #F150A1; }
span { border-color: rgb(241,80,161); }
td.TdClassName
{
border-color: #F150A1;
}
.TagClassName
{
border-color: #F150A1;
}
</style>