Shades of Brilliant Rose #F74CB1
Tints of Brilliant Rose #F74CB1
RGB
CMYK
RGB Variations
Color information
#F74CB1 (or 0xF74CB1) is known color: Brilliant Rose. HEX triplet: F7, 4C and B1. RGB value is (247,76,177). Sum of RGB (Red+Green+Blue) = 247+76+177=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74CB1 is #08B34E. Grayscale: #8A8A8A. Windows color (decimal): -570191 or 11619575. OLE color: 11619575.
HSL color Cylindrical-coordinate representation of color #F74CB1: hue angle of 324.56º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74CB1 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 177 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.03 |
| HSL | 324.56º | 0.91% | 0.63% | - |
| HSV(B) | 324.56º | 0.69% | 0.97% | - |
| XYZ | 48.88 | 28.12 | 44.45 | - |
| YUV | 138.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 177 | 0 | 0.69 | 0.28 | 0.03 | 324.56 | 0.91 | 0.63 |
| Hex | F7 | 4C | B1 | 0 | 45 | 1C | 3 | 145 | 5B | 3F |
| Octal | 367 | 114 | 261 | 0 | 105 | 34 | 3 | 505 | 133 | 77 |
| Binary | 11110111 | 1001100 | 10110001 | 0 | 1000101 | 11100 | 11 | 101000101 | 1011011 | 111111 |
Color Harmonies of #F74CB1
Complementary color
Monochromatic Colors of #F74CB1
Black with #F74CB1
Text Example
Text Example
White with #F74CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74CB1; }
p { color: rgb(247,76,177); }
H1.HeaderClassName
{
color: #F74CB1;
}
.AnyTagClassName
{
color: #F74CB1;
}
</style>
background-color css
<style>
a { background-color: #F74CB1; }
a { background-color: rgb(247,76,177); }
div.DivClassName
{
background-color: #F74CB1;
}
.BgClassName
{
background-color: #F74CB1;
}
</style>
border-color css
<style>
span { border-color: #F74CB1; }
span { border-color: rgb(247,76,177); }
td.TdClassName
{
border-color: #F74CB1;
}
.TagClassName
{
border-color: #F74CB1;
}
</style>