Shades of Brilliant Rose #F14FA2
Tints of Brilliant Rose #F14FA2
RGB
CMYK
RGB Variations
Color information
#F14FA2 (or 0xF14FA2) is known color: Brilliant Rose. HEX triplet: F1, 4F and A2. RGB value is (241,79,162). Sum of RGB (Red+Green+Blue) = 241+79+162=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F14FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14FA2 is #0EB05D. Grayscale: #888888. Windows color (decimal): -962654 or 10637297. OLE color: 10637297.
HSL color Cylindrical-coordinate representation of color #F14FA2: hue angle of 329.26º 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 #F14FA2 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 79 | 162 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.05 |
| HSL | 329.26º | 0.85% | 0.63% | - |
| HSV(B) | 329.26º | 0.67% | 0.95% | - |
| XYZ | 45.59 | 26.9 | 36.97 | - |
| YUV | 136.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 79 | 162 | 0 | 0.67 | 0.33 | 0.05 | 329.26 | 0.85 | 0.63 |
| Hex | F1 | 4F | A2 | 0 | 43 | 21 | 5 | 149 | 55 | 3F |
| Octal | 361 | 117 | 242 | 0 | 103 | 41 | 5 | 511 | 125 | 77 |
| Binary | 11110001 | 1001111 | 10100010 | 0 | 1000011 | 100001 | 101 | 101001001 | 1010101 | 111111 |
Color Harmonies of #F14FA2
Complementary color
Monochromatic Colors of #F14FA2
Black with #F14FA2
Text Example
Text Example
White with #F14FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14FA2; }
p { color: rgb(241,79,162); }
H1.HeaderClassName
{
color: #F14FA2;
}
.AnyTagClassName
{
color: #F14FA2;
}
</style>
background-color css
<style>
a { background-color: #F14FA2; }
a { background-color: rgb(241,79,162); }
div.DivClassName
{
background-color: #F14FA2;
}
.BgClassName
{
background-color: #F14FA2;
}
</style>
border-color css
<style>
span { border-color: #F14FA2; }
span { border-color: rgb(241,79,162); }
td.TdClassName
{
border-color: #F14FA2;
}
.TagClassName
{
border-color: #F14FA2;
}
</style>