Shades of Brilliant Rose #F74FB5
Tints of Brilliant Rose #F74FB5
RGB
CMYK
RGB Variations
Color information
#F74FB5 (or 0xF74FB5) is known color: Brilliant Rose. HEX triplet: F7, 4F and B5. RGB value is (247,79,181). Sum of RGB (Red+Green+Blue) = 247+79+181=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74FB5 is #08B04A. Grayscale: #8C8C8C. Windows color (decimal): -569419 or 11882487. OLE color: 11882487.
HSL color Cylindrical-coordinate representation of color #F74FB5: hue angle of 323.57º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74FB5 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 181 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.03 |
| HSL | 323.57º | 0.91% | 0.64% | - |
| HSV(B) | 323.57º | 0.68% | 0.97% | - |
| XYZ | 49.49 | 28.7 | 46.65 | - |
| YUV | 140.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 181 | 0 | 0.68 | 0.27 | 0.03 | 323.57 | 0.91 | 0.64 |
| Hex | F7 | 4F | B5 | 0 | 44 | 1B | 3 | 144 | 5B | 40 |
| Octal | 367 | 117 | 265 | 0 | 104 | 33 | 3 | 504 | 133 | 100 |
| Binary | 11110111 | 1001111 | 10110101 | 0 | 1000100 | 11011 | 11 | 101000100 | 1011011 | 1000000 |
Color Harmonies of #F74FB5
Complementary color
Monochromatic Colors of #F74FB5
Black with #F74FB5
Text Example
Text Example
White with #F74FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FB5; }
p { color: rgb(247,79,181); }
H1.HeaderClassName
{
color: #F74FB5;
}
.AnyTagClassName
{
color: #F74FB5;
}
</style>
background-color css
<style>
a { background-color: #F74FB5; }
a { background-color: rgb(247,79,181); }
div.DivClassName
{
background-color: #F74FB5;
}
.BgClassName
{
background-color: #F74FB5;
}
</style>
border-color css
<style>
span { border-color: #F74FB5; }
span { border-color: rgb(247,79,181); }
td.TdClassName
{
border-color: #F74FB5;
}
.TagClassName
{
border-color: #F74FB5;
}
</style>