Shades of Brilliant Rose #F14CB7
Tints of Brilliant Rose #F14CB7
RGB
CMYK
RGB Variations
Color information
#F14CB7 (or 0xF14CB7) is known color: Brilliant Rose. HEX triplet: F1, 4C and B7. RGB value is (241,76,183). Sum of RGB (Red+Green+Blue) = 241+76+183=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CB7 is #0EB348. Grayscale: #898989. Windows color (decimal): -963401 or 12012785. OLE color: 12012785.
HSL color Cylindrical-coordinate representation of color #F14CB7: hue angle of 321.09º 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 #F14CB7 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 183 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.05 |
| HSL | 321.09º | 0.85% | 0.62% | - |
| HSV(B) | 321.09º | 0.68% | 0.95% | - |
| XYZ | 47.41 | 27.29 | 47.57 | - |
| YUV | 137.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 183 | 0 | 0.68 | 0.24 | 0.05 | 321.09 | 0.85 | 0.62 |
| Hex | F1 | 4C | B7 | 0 | 44 | 18 | 5 | 141 | 55 | 3E |
| Octal | 361 | 114 | 267 | 0 | 104 | 30 | 5 | 501 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10110111 | 0 | 1000100 | 11000 | 101 | 101000001 | 1010101 | 111110 |
Color Harmonies of #F14CB7
Complementary color
Monochromatic Colors of #F14CB7
Black with #F14CB7
Text Example
Text Example
White with #F14CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14CB7; }
p { color: rgb(241,76,183); }
H1.HeaderClassName
{
color: #F14CB7;
}
.AnyTagClassName
{
color: #F14CB7;
}
</style>
background-color css
<style>
a { background-color: #F14CB7; }
a { background-color: rgb(241,76,183); }
div.DivClassName
{
background-color: #F14CB7;
}
.BgClassName
{
background-color: #F14CB7;
}
</style>
border-color css
<style>
span { border-color: #F14CB7; }
span { border-color: rgb(241,76,183); }
td.TdClassName
{
border-color: #F14CB7;
}
.TagClassName
{
border-color: #F14CB7;
}
</style>