Shades of Brilliant Rose #F14CB2
Tints of Brilliant Rose #F14CB2
RGB
CMYK
RGB Variations
Color information
#F14CB2 (or 0xF14CB2) is known color: Brilliant Rose. HEX triplet: F1, 4C and B2. RGB value is (241,76,178). Sum of RGB (Red+Green+Blue) = 241+76+178=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14CB2 is #0EB34D. Grayscale: #888888. Windows color (decimal): -963406 or 11685105. OLE color: 11685105.
HSL color Cylindrical-coordinate representation of color #F14CB2: hue angle of 322.91º 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 #F14CB2 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 178 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.05 |
| HSL | 322.91º | 0.85% | 0.62% | - |
| HSV(B) | 322.91º | 0.68% | 0.95% | - |
| XYZ | 46.9 | 27.08 | 44.88 | - |
| YUV | 136.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 178 | 0 | 0.68 | 0.26 | 0.05 | 322.91 | 0.85 | 0.62 |
| Hex | F1 | 4C | B2 | 0 | 44 | 1A | 5 | 143 | 55 | 3E |
| Octal | 361 | 114 | 262 | 0 | 104 | 32 | 5 | 503 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10110010 | 0 | 1000100 | 11010 | 101 | 101000011 | 1010101 | 111110 |
Color Harmonies of #F14CB2
Complementary color
Monochromatic Colors of #F14CB2
Black with #F14CB2
Text Example
Text Example
White with #F14CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14CB2; }
p { color: rgb(241,76,178); }
H1.HeaderClassName
{
color: #F14CB2;
}
.AnyTagClassName
{
color: #F14CB2;
}
</style>
background-color css
<style>
a { background-color: #F14CB2; }
a { background-color: rgb(241,76,178); }
div.DivClassName
{
background-color: #F14CB2;
}
.BgClassName
{
background-color: #F14CB2;
}
</style>
border-color css
<style>
span { border-color: #F14CB2; }
span { border-color: rgb(241,76,178); }
td.TdClassName
{
border-color: #F14CB2;
}
.TagClassName
{
border-color: #F14CB2;
}
</style>