Shades of Brilliant Rose #F74BB8
Tints of Brilliant Rose #F74BB8
RGB
CMYK
RGB Variations
Color information
#F74BB8 (or 0xF74BB8) is known color: Brilliant Rose. HEX triplet: F7, 4B and B8. RGB value is (247,75,184). Sum of RGB (Red+Green+Blue) = 247+75+184=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BB8 is #08B447. Grayscale: #8A8A8A. Windows color (decimal): -570440 or 12078071. OLE color: 12078071.
HSL color Cylindrical-coordinate representation of color #F74BB8: hue angle of 321.98º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BB8 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 184 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.03 |
| HSL | 321.98º | 0.91% | 0.63% | - |
| HSV(B) | 321.98º | 0.7% | 0.97% | - |
| XYZ | 49.53 | 28.27 | 48.19 | - |
| YUV | 138.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 184 | 0 | 0.70 | 0.26 | 0.03 | 321.98 | 0.91 | 0.63 |
| Hex | F7 | 4B | B8 | 0 | 46 | 1A | 3 | 142 | 5B | 3F |
| Octal | 367 | 113 | 270 | 0 | 106 | 32 | 3 | 502 | 133 | 77 |
| Binary | 11110111 | 1001011 | 10111000 | 0 | 1000110 | 11010 | 11 | 101000010 | 1011011 | 111111 |
Color Harmonies of #F74BB8
Complementary color
Monochromatic Colors of #F74BB8
Black with #F74BB8
Text Example
Text Example
White with #F74BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74BB8; }
p { color: rgb(247,75,184); }
H1.HeaderClassName
{
color: #F74BB8;
}
.AnyTagClassName
{
color: #F74BB8;
}
</style>
background-color css
<style>
a { background-color: #F74BB8; }
a { background-color: rgb(247,75,184); }
div.DivClassName
{
background-color: #F74BB8;
}
.BgClassName
{
background-color: #F74BB8;
}
</style>
border-color css
<style>
span { border-color: #F74BB8; }
span { border-color: rgb(247,75,184); }
td.TdClassName
{
border-color: #F74BB8;
}
.TagClassName
{
border-color: #F74BB8;
}
</style>