Shades of Brilliant Rose #F74DB8
Tints of Brilliant Rose #F74DB8
RGB
CMYK
RGB Variations
Color information
#F74DB8 (or 0xF74DB8) is known color: Brilliant Rose. HEX triplet: F7, 4D and B8. RGB value is (247,77,184). Sum of RGB (Red+Green+Blue) = 247+77+184=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DB8 is #08B247. Grayscale: #8B8B8B. Windows color (decimal): -569928 or 12078583. OLE color: 12078583.
HSL color Cylindrical-coordinate representation of color #F74DB8: hue angle of 322.24º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DB8 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 184 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.03 |
| HSL | 322.24º | 0.91% | 0.64% | - |
| HSV(B) | 322.24º | 0.69% | 0.97% | - |
| XYZ | 49.66 | 28.54 | 48.24 | - |
| YUV | 140.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 184 | 0 | 0.69 | 0.26 | 0.03 | 322.24 | 0.91 | 0.64 |
| Hex | F7 | 4D | B8 | 0 | 45 | 1A | 3 | 142 | 5B | 40 |
| Octal | 367 | 115 | 270 | 0 | 105 | 32 | 3 | 502 | 133 | 100 |
| Binary | 11110111 | 1001101 | 10111000 | 0 | 1000101 | 11010 | 11 | 101000010 | 1011011 | 1000000 |
Color Harmonies of #F74DB8
Complementary color
Monochromatic Colors of #F74DB8
Black with #F74DB8
Text Example
Text Example
White with #F74DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DB8; }
p { color: rgb(247,77,184); }
H1.HeaderClassName
{
color: #F74DB8;
}
.AnyTagClassName
{
color: #F74DB8;
}
</style>
background-color css
<style>
a { background-color: #F74DB8; }
a { background-color: rgb(247,77,184); }
div.DivClassName
{
background-color: #F74DB8;
}
.BgClassName
{
background-color: #F74DB8;
}
</style>
border-color css
<style>
span { border-color: #F74DB8; }
span { border-color: rgb(247,77,184); }
td.TdClassName
{
border-color: #F74DB8;
}
.TagClassName
{
border-color: #F74DB8;
}
</style>