Shades of Brilliant Rose #F34BA5
Tints of Brilliant Rose #F34BA5
RGB
CMYK
RGB Variations
Color information
#F34BA5 (or 0xF34BA5) is known color: Brilliant Rose. HEX triplet: F3, 4B and A5. RGB value is (243,75,165). Sum of RGB (Red+Green+Blue) = 243+75+165=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F34BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34BA5 is #0CB45A. Grayscale: #878787. Windows color (decimal): -832603 or 10832883. OLE color: 10832883.
HSL color Cylindrical-coordinate representation of color #F34BA5: hue angle of 327.86º 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 #F34BA5 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 75 | 165 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.05 |
| HSL | 327.86º | 0.88% | 0.62% | - |
| HSV(B) | 327.86º | 0.69% | 0.95% | - |
| XYZ | 46.27 | 26.8 | 38.33 | - |
| YUV | 135.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 75 | 165 | 0 | 0.69 | 0.32 | 0.05 | 327.86 | 0.88 | 0.62 |
| Hex | F3 | 4B | A5 | 0 | 45 | 20 | 5 | 148 | 58 | 3E |
| Octal | 363 | 113 | 245 | 0 | 105 | 40 | 5 | 510 | 130 | 76 |
| Binary | 11110011 | 1001011 | 10100101 | 0 | 1000101 | 100000 | 101 | 101001000 | 1011000 | 111110 |
Color Harmonies of #F34BA5
Complementary color
Monochromatic Colors of #F34BA5
Black with #F34BA5
Text Example
Text Example
White with #F34BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34BA5; }
p { color: rgb(243,75,165); }
H1.HeaderClassName
{
color: #F34BA5;
}
.AnyTagClassName
{
color: #F34BA5;
}
</style>
background-color css
<style>
a { background-color: #F34BA5; }
a { background-color: rgb(243,75,165); }
div.DivClassName
{
background-color: #F34BA5;
}
.BgClassName
{
background-color: #F34BA5;
}
</style>
border-color css
<style>
span { border-color: #F34BA5; }
span { border-color: rgb(243,75,165); }
td.TdClassName
{
border-color: #F34BA5;
}
.TagClassName
{
border-color: #F34BA5;
}
</style>