Shades of Brilliant Rose #F34AB1
Tints of Brilliant Rose #F34AB1
RGB
CMYK
RGB Variations
Color information
#F34AB1 (or 0xF34AB1) is known color: Brilliant Rose. HEX triplet: F3, 4A and B1. RGB value is (243,74,177). Sum of RGB (Red+Green+Blue) = 243+74+177=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34AB1 is #0CB54E. Grayscale: #888888. Windows color (decimal): -832847 or 11619059. OLE color: 11619059.
HSL color Cylindrical-coordinate representation of color #F34AB1: hue angle of 323.43º 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 #F34AB1 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 177 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.05 |
| HSL | 323.43º | 0.88% | 0.62% | - |
| HSV(B) | 323.43º | 0.7% | 0.95% | - |
| XYZ | 47.35 | 27.13 | 44.34 | - |
| YUV | 136.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 177 | 0 | 0.70 | 0.27 | 0.05 | 323.43 | 0.88 | 0.62 |
| Hex | F3 | 4A | B1 | 0 | 46 | 1B | 5 | 143 | 58 | 3E |
| Octal | 363 | 112 | 261 | 0 | 106 | 33 | 5 | 503 | 130 | 76 |
| Binary | 11110011 | 1001010 | 10110001 | 0 | 1000110 | 11011 | 101 | 101000011 | 1011000 | 111110 |
Color Harmonies of #F34AB1
Complementary color
Monochromatic Colors of #F34AB1
Black with #F34AB1
Text Example
Text Example
White with #F34AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34AB1; }
p { color: rgb(243,74,177); }
H1.HeaderClassName
{
color: #F34AB1;
}
.AnyTagClassName
{
color: #F34AB1;
}
</style>
background-color css
<style>
a { background-color: #F34AB1; }
a { background-color: rgb(243,74,177); }
div.DivClassName
{
background-color: #F34AB1;
}
.BgClassName
{
background-color: #F34AB1;
}
</style>
border-color css
<style>
span { border-color: #F34AB1; }
span { border-color: rgb(243,74,177); }
td.TdClassName
{
border-color: #F34AB1;
}
.TagClassName
{
border-color: #F34AB1;
}
</style>