Shades of Brilliant Rose #F34AB8
Tints of Brilliant Rose #F34AB8
RGB
CMYK
RGB Variations
Color information
#F34AB8 (or 0xF34AB8) is known color: Brilliant Rose. HEX triplet: F3, 4A and B8. RGB value is (243,74,184). Sum of RGB (Red+Green+Blue) = 243+74+184=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F34AB8 is #0CB547. Grayscale: #888888. Windows color (decimal): -832840 or 12077811. OLE color: 12077811.
HSL color Cylindrical-coordinate representation of color #F34AB8: hue angle of 320.95º 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 #F34AB8 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 184 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.05 |
| HSL | 320.95º | 0.88% | 0.62% | - |
| HSV(B) | 320.95º | 0.7% | 0.95% | - |
| XYZ | 48.06 | 27.41 | 48.11 | - |
| YUV | 137.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 184 | 0 | 0.70 | 0.24 | 0.05 | 320.95 | 0.88 | 0.62 |
| Hex | F3 | 4A | B8 | 0 | 46 | 18 | 5 | 141 | 58 | 3E |
| Octal | 363 | 112 | 270 | 0 | 106 | 30 | 5 | 501 | 130 | 76 |
| Binary | 11110011 | 1001010 | 10111000 | 0 | 1000110 | 11000 | 101 | 101000001 | 1011000 | 111110 |
Color Harmonies of #F34AB8
Complementary color
Monochromatic Colors of #F34AB8
Black with #F34AB8
Text Example
Text Example
White with #F34AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34AB8; }
p { color: rgb(243,74,184); }
H1.HeaderClassName
{
color: #F34AB8;
}
.AnyTagClassName
{
color: #F34AB8;
}
</style>
background-color css
<style>
a { background-color: #F34AB8; }
a { background-color: rgb(243,74,184); }
div.DivClassName
{
background-color: #F34AB8;
}
.BgClassName
{
background-color: #F34AB8;
}
</style>
border-color css
<style>
span { border-color: #F34AB8; }
span { border-color: rgb(243,74,184); }
td.TdClassName
{
border-color: #F34AB8;
}
.TagClassName
{
border-color: #F34AB8;
}
</style>