Shades of Brilliant Rose #F34AB5
Tints of Brilliant Rose #F34AB5
RGB
CMYK
RGB Variations
Color information
#F34AB5 (or 0xF34AB5) is known color: Brilliant Rose. HEX triplet: F3, 4A and B5. RGB value is (243,74,181). Sum of RGB (Red+Green+Blue) = 243+74+181=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F34AB5 is #0CB54A. Grayscale: #888888. Windows color (decimal): -832843 or 11881203. OLE color: 11881203.
HSL color Cylindrical-coordinate representation of color #F34AB5: hue angle of 322.01º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34AB5 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 181 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.05 |
| HSL | 322.01º | 0.88% | 0.62% | - |
| HSV(B) | 322.01º | 0.7% | 0.95% | - |
| XYZ | 47.75 | 27.29 | 46.47 | - |
| YUV | 136.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 181 | 0 | 0.70 | 0.26 | 0.05 | 322.01 | 0.88 | 0.62 |
| Hex | F3 | 4A | B5 | 0 | 46 | 1A | 5 | 142 | 58 | 3E |
| Octal | 363 | 112 | 265 | 0 | 106 | 32 | 5 | 502 | 130 | 76 |
| Binary | 11110011 | 1001010 | 10110101 | 0 | 1000110 | 11010 | 101 | 101000010 | 1011000 | 111110 |
Color Harmonies of #F34AB5
Complementary color
Monochromatic Colors of #F34AB5
Black with #F34AB5
Text Example
Text Example
White with #F34AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34AB5; }
p { color: rgb(243,74,181); }
H1.HeaderClassName
{
color: #F34AB5;
}
.AnyTagClassName
{
color: #F34AB5;
}
</style>
background-color css
<style>
a { background-color: #F34AB5; }
a { background-color: rgb(243,74,181); }
div.DivClassName
{
background-color: #F34AB5;
}
.BgClassName
{
background-color: #F34AB5;
}
</style>
border-color css
<style>
span { border-color: #F34AB5; }
span { border-color: rgb(243,74,181); }
td.TdClassName
{
border-color: #F34AB5;
}
.TagClassName
{
border-color: #F34AB5;
}
</style>