Shades of Brilliant Rose #F14DB5
Tints of Brilliant Rose #F14DB5
RGB
CMYK
RGB Variations
Color information
#F14DB5 (or 0xF14DB5) is known color: Brilliant Rose. HEX triplet: F1, 4D and B5. RGB value is (241,77,181). Sum of RGB (Red+Green+Blue) = 241+77+181=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DB5 is #0EB24A. Grayscale: #898989. Windows color (decimal): -963147 or 11881969. OLE color: 11881969.
HSL color Cylindrical-coordinate representation of color #F14DB5: hue angle of 321.95º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14DB5 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 181 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.05 |
| HSL | 321.95º | 0.85% | 0.62% | - |
| HSV(B) | 321.95º | 0.68% | 0.95% | - |
| XYZ | 47.27 | 27.34 | 46.5 | - |
| YUV | 137.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 181 | 0 | 0.68 | 0.25 | 0.05 | 321.95 | 0.85 | 0.62 |
| Hex | F1 | 4D | B5 | 0 | 44 | 19 | 5 | 142 | 55 | 3E |
| Octal | 361 | 115 | 265 | 0 | 104 | 31 | 5 | 502 | 125 | 76 |
| Binary | 11110001 | 1001101 | 10110101 | 0 | 1000100 | 11001 | 101 | 101000010 | 1010101 | 111110 |
Color Harmonies of #F14DB5
Complementary color
Monochromatic Colors of #F14DB5
Black with #F14DB5
Text Example
Text Example
White with #F14DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DB5; }
p { color: rgb(241,77,181); }
H1.HeaderClassName
{
color: #F14DB5;
}
.AnyTagClassName
{
color: #F14DB5;
}
</style>
background-color css
<style>
a { background-color: #F14DB5; }
a { background-color: rgb(241,77,181); }
div.DivClassName
{
background-color: #F14DB5;
}
.BgClassName
{
background-color: #F14DB5;
}
</style>
border-color css
<style>
span { border-color: #F14DB5; }
span { border-color: rgb(241,77,181); }
td.TdClassName
{
border-color: #F14DB5;
}
.TagClassName
{
border-color: #F14DB5;
}
</style>