Shades of Brilliant Rose #F34BA6
Tints of Brilliant Rose #F34BA6
RGB
CMYK
RGB Variations
Color information
#F34BA6 (or 0xF34BA6) is known color: Brilliant Rose. HEX triplet: F3, 4B and A6. RGB value is (243,75,166). Sum of RGB (Red+Green+Blue) = 243+75+166=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F34BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34BA6 is #0CB459. Grayscale: #878787. Windows color (decimal): -832602 or 10898419. OLE color: 10898419.
HSL color Cylindrical-coordinate representation of color #F34BA6: hue angle of 327.5º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34BA6 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 75 | 166 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.05 |
| HSL | 327.5º | 0.88% | 0.62% | - |
| HSV(B) | 327.5º | 0.69% | 0.95% | - |
| XYZ | 46.36 | 26.84 | 38.81 | - |
| YUV | 135.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 75 | 166 | 0 | 0.69 | 0.32 | 0.05 | 327.5 | 0.88 | 0.62 |
| Hex | F3 | 4B | A6 | 0 | 45 | 20 | 5 | 148 | 58 | 3E |
| Octal | 363 | 113 | 246 | 0 | 105 | 40 | 5 | 510 | 130 | 76 |
| Binary | 11110011 | 1001011 | 10100110 | 0 | 1000101 | 100000 | 101 | 101001000 | 1011000 | 111110 |
Color Harmonies of #F34BA6
Complementary color
Monochromatic Colors of #F34BA6
Black with #F34BA6
Text Example
Text Example
White with #F34BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34BA6; }
p { color: rgb(243,75,166); }
H1.HeaderClassName
{
color: #F34BA6;
}
.AnyTagClassName
{
color: #F34BA6;
}
</style>
background-color css
<style>
a { background-color: #F34BA6; }
a { background-color: rgb(243,75,166); }
div.DivClassName
{
background-color: #F34BA6;
}
.BgClassName
{
background-color: #F34BA6;
}
</style>
border-color css
<style>
span { border-color: #F34BA6; }
span { border-color: rgb(243,75,166); }
td.TdClassName
{
border-color: #F34BA6;
}
.TagClassName
{
border-color: #F34BA6;
}
</style>