Shades of Brilliant Rose #F74B9C
Tints of Brilliant Rose #F74B9C
RGB
CMYK
RGB Variations
Color information
#F74B9C (or 0xF74B9C) is known color: Brilliant Rose. HEX triplet: F7, 4B and 9C. RGB value is (247,75,156). Sum of RGB (Red+Green+Blue) = 247+75+156=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74B9C is #08B463. Grayscale: #878787. Windows color (decimal): -570468 or 10243063. OLE color: 10243063.
HSL color Cylindrical-coordinate representation of color #F74B9C: hue angle of 331.74º 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 #F74B9C is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 156 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.03 |
| HSL | 331.74º | 0.91% | 0.63% | - |
| HSV(B) | 331.74º | 0.7% | 0.97% | - |
| XYZ | 46.87 | 27.21 | 34.23 | - |
| YUV | 135.66 | 139.48 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 156 | 0 | 0.70 | 0.37 | 0.03 | 331.74 | 0.91 | 0.63 |
| Hex | F7 | 4B | 9C | 0 | 46 | 25 | 3 | 14C | 5B | 3F |
| Octal | 367 | 113 | 234 | 0 | 106 | 45 | 3 | 514 | 133 | 77 |
| Binary | 11110111 | 1001011 | 10011100 | 0 | 1000110 | 100101 | 11 | 101001100 | 1011011 | 111111 |
Color Harmonies of #F74B9C
Complementary color
Monochromatic Colors of #F74B9C
Black with #F74B9C
Text Example
Text Example
White with #F74B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74B9C; }
p { color: rgb(247,75,156); }
H1.HeaderClassName
{
color: #F74B9C;
}
.AnyTagClassName
{
color: #F74B9C;
}
</style>
background-color css
<style>
a { background-color: #F74B9C; }
a { background-color: rgb(247,75,156); }
div.DivClassName
{
background-color: #F74B9C;
}
.BgClassName
{
background-color: #F74B9C;
}
</style>
border-color css
<style>
span { border-color: #F74B9C; }
span { border-color: rgb(247,75,156); }
td.TdClassName
{
border-color: #F74B9C;
}
.TagClassName
{
border-color: #F74B9C;
}
</style>