Shades of Brilliant Rose #F34DBB
Tints of Brilliant Rose #F34DBB
RGB
CMYK
RGB Variations
Color information
#F34DBB (or 0xF34DBB) is known color: Brilliant Rose. HEX triplet: F3, 4D and BB. RGB value is (243,77,187). Sum of RGB (Red+Green+Blue) = 243+77+187=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F34DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F34DBB is #0CB244. Grayscale: #8A8A8A. Windows color (decimal): -832069 or 12275187. OLE color: 12275187.
HSL color Cylindrical-coordinate representation of color #F34DBB: hue angle of 320.24º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34DBB is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 187 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.05 |
| HSL | 320.24º | 0.87% | 0.63% | - |
| HSV(B) | 320.24º | 0.68% | 0.95% | - |
| XYZ | 48.59 | 27.95 | 49.85 | - |
| YUV | 139.17 | 155 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 187 | 0 | 0.68 | 0.23 | 0.05 | 320.24 | 0.87 | 0.63 |
| Hex | F3 | 4D | BB | 0 | 44 | 17 | 5 | 140 | 57 | 3F |
| Octal | 363 | 115 | 273 | 0 | 104 | 27 | 5 | 500 | 127 | 77 |
| Binary | 11110011 | 1001101 | 10111011 | 0 | 1000100 | 10111 | 101 | 101000000 | 1010111 | 111111 |
Color Harmonies of #F34DBB
Complementary color
Monochromatic Colors of #F34DBB
Black with #F34DBB
Text Example
Text Example
White with #F34DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34DBB; }
p { color: rgb(243,77,187); }
H1.HeaderClassName
{
color: #F34DBB;
}
.AnyTagClassName
{
color: #F34DBB;
}
</style>
background-color css
<style>
a { background-color: #F34DBB; }
a { background-color: rgb(243,77,187); }
div.DivClassName
{
background-color: #F34DBB;
}
.BgClassName
{
background-color: #F34DBB;
}
</style>
border-color css
<style>
span { border-color: #F34DBB; }
span { border-color: rgb(243,77,187); }
td.TdClassName
{
border-color: #F34DBB;
}
.TagClassName
{
border-color: #F34DBB;
}
</style>