Shades of Brilliant Rose #F14CAB
Tints of Brilliant Rose #F14CAB
RGB
CMYK
RGB Variations
Color information
#F14CAB (or 0xF14CAB) is known color: Brilliant Rose. HEX triplet: F1, 4C and AB. RGB value is (241,76,171). Sum of RGB (Red+Green+Blue) = 241+76+171=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CAB is #0EB354. Grayscale: #878787. Windows color (decimal): -963413 or 11226353. OLE color: 11226353.
HSL color Cylindrical-coordinate representation of color #F14CAB: hue angle of 325.45º 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 #F14CAB is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 171 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.05 |
| HSL | 325.45º | 0.85% | 0.62% | - |
| HSV(B) | 325.45º | 0.68% | 0.95% | - |
| XYZ | 46.21 | 26.81 | 41.27 | - |
| YUV | 136.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 171 | 0 | 0.68 | 0.29 | 0.05 | 325.45 | 0.85 | 0.62 |
| Hex | F1 | 4C | AB | 0 | 44 | 1D | 5 | 145 | 55 | 3E |
| Octal | 361 | 114 | 253 | 0 | 104 | 35 | 5 | 505 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10101011 | 0 | 1000100 | 11101 | 101 | 101000101 | 1010101 | 111110 |
Color Harmonies of #F14CAB
Complementary color
Monochromatic Colors of #F14CAB
Black with #F14CAB
Text Example
Text Example
White with #F14CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14CAB; }
p { color: rgb(241,76,171); }
H1.HeaderClassName
{
color: #F14CAB;
}
.AnyTagClassName
{
color: #F14CAB;
}
</style>
background-color css
<style>
a { background-color: #F14CAB; }
a { background-color: rgb(241,76,171); }
div.DivClassName
{
background-color: #F14CAB;
}
.BgClassName
{
background-color: #F14CAB;
}
</style>
border-color css
<style>
span { border-color: #F14CAB; }
span { border-color: rgb(241,76,171); }
td.TdClassName
{
border-color: #F14CAB;
}
.TagClassName
{
border-color: #F14CAB;
}
</style>