Shades of Brilliant Rose #F34AB2
Tints of Brilliant Rose #F34AB2
RGB
CMYK
RGB Variations
Color information
#F34AB2 (or 0xF34AB2) is known color: Brilliant Rose. HEX triplet: F3, 4A and B2. RGB value is (243,74,178). Sum of RGB (Red+Green+Blue) = 243+74+178=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34AB2 is #0CB54D. Grayscale: #888888. Windows color (decimal): -832846 or 11684595. OLE color: 11684595.
HSL color Cylindrical-coordinate representation of color #F34AB2: hue angle of 323.08º 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 #F34AB2 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 178 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.05 |
| HSL | 323.08º | 0.88% | 0.62% | - |
| HSV(B) | 323.08º | 0.7% | 0.95% | - |
| XYZ | 47.45 | 27.17 | 44.86 | - |
| YUV | 136.39 | 151.49 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 178 | 0 | 0.70 | 0.27 | 0.05 | 323.08 | 0.88 | 0.62 |
| Hex | F3 | 4A | B2 | 0 | 46 | 1B | 5 | 143 | 58 | 3E |
| Octal | 363 | 112 | 262 | 0 | 106 | 33 | 5 | 503 | 130 | 76 |
| Binary | 11110011 | 1001010 | 10110010 | 0 | 1000110 | 11011 | 101 | 101000011 | 1011000 | 111110 |
Color Harmonies of #F34AB2
Complementary color
Monochromatic Colors of #F34AB2
Black with #F34AB2
Text Example
Text Example
White with #F34AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34AB2; }
p { color: rgb(243,74,178); }
H1.HeaderClassName
{
color: #F34AB2;
}
.AnyTagClassName
{
color: #F34AB2;
}
</style>
background-color css
<style>
a { background-color: #F34AB2; }
a { background-color: rgb(243,74,178); }
div.DivClassName
{
background-color: #F34AB2;
}
.BgClassName
{
background-color: #F34AB2;
}
</style>
border-color css
<style>
span { border-color: #F34AB2; }
span { border-color: rgb(243,74,178); }
td.TdClassName
{
border-color: #F34AB2;
}
.TagClassName
{
border-color: #F34AB2;
}
</style>