Shades of Brilliant Rose #F345AB
Tints of Brilliant Rose #F345AB
RGB
CMYK
RGB Variations
Color information
#F345AB (or 0xF345AB) is known color: Brilliant Rose. HEX triplet: F3, 45 and AB. RGB value is (243,69,171). Sum of RGB (Red+Green+Blue) = 243+69+171=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F345AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F345AB is #0CBA54. Grayscale: #848484. Windows color (decimal): -834133 or 11224563. OLE color: 11224563.
HSL color Cylindrical-coordinate representation of color #F345AB: hue angle of 324.83º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F345AB is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 171 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.05 |
| HSL | 324.83º | 0.88% | 0.61% | - |
| HSV(B) | 324.83º | 0.72% | 0.95% | - |
| XYZ | 46.44 | 26.25 | 41.15 | - |
| YUV | 132.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 171 | 0 | 0.72 | 0.30 | 0.05 | 324.83 | 0.88 | 0.61 |
| Hex | F3 | 45 | AB | 0 | 48 | 1E | 5 | 145 | 58 | 3D |
| Octal | 363 | 105 | 253 | 0 | 110 | 36 | 5 | 505 | 130 | 75 |
| Binary | 11110011 | 1000101 | 10101011 | 0 | 1001000 | 11110 | 101 | 101000101 | 1011000 | 111101 |
Color Harmonies of #F345AB
Complementary color
Monochromatic Colors of #F345AB
Black with #F345AB
Text Example
Text Example
White with #F345AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F345AB; }
p { color: rgb(243,69,171); }
H1.HeaderClassName
{
color: #F345AB;
}
.AnyTagClassName
{
color: #F345AB;
}
</style>
background-color css
<style>
a { background-color: #F345AB; }
a { background-color: rgb(243,69,171); }
div.DivClassName
{
background-color: #F345AB;
}
.BgClassName
{
background-color: #F345AB;
}
</style>
border-color css
<style>
span { border-color: #F345AB; }
span { border-color: rgb(243,69,171); }
td.TdClassName
{
border-color: #F345AB;
}
.TagClassName
{
border-color: #F345AB;
}
</style>