Shades of Brilliant Rose #F3499D
Tints of Brilliant Rose #F3499D
RGB
CMYK
RGB Variations
Color information
#F3499D (or 0xF3499D) is known color: Brilliant Rose. HEX triplet: F3, 49 and 9D. RGB value is (243,73,157). Sum of RGB (Red+Green+Blue) = 243+73+157=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3499D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3499D is #0CB662. Grayscale: #858585. Windows color (decimal): -833123 or 10308083. OLE color: 10308083.
HSL color Cylindrical-coordinate representation of color #F3499D: hue angle of 330.35º 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 #F3499D is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 157 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.05 |
| HSL | 330.35º | 0.88% | 0.62% | - |
| HSV(B) | 330.35º | 0.7% | 0.95% | - |
| XYZ | 45.43 | 26.25 | 34.57 | - |
| YUV | 133.41 | 141.32 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 157 | 0 | 0.70 | 0.35 | 0.05 | 330.35 | 0.88 | 0.62 |
| Hex | F3 | 49 | 9D | 0 | 46 | 23 | 5 | 14A | 58 | 3E |
| Octal | 363 | 111 | 235 | 0 | 106 | 43 | 5 | 512 | 130 | 76 |
| Binary | 11110011 | 1001001 | 10011101 | 0 | 1000110 | 100011 | 101 | 101001010 | 1011000 | 111110 |
Color Harmonies of #F3499D
Complementary color
Monochromatic Colors of #F3499D
Black with #F3499D
Text Example
Text Example
White with #F3499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3499D; }
p { color: rgb(243,73,157); }
H1.HeaderClassName
{
color: #F3499D;
}
.AnyTagClassName
{
color: #F3499D;
}
</style>
background-color css
<style>
a { background-color: #F3499D; }
a { background-color: rgb(243,73,157); }
div.DivClassName
{
background-color: #F3499D;
}
.BgClassName
{
background-color: #F3499D;
}
</style>
border-color css
<style>
span { border-color: #F3499D; }
span { border-color: rgb(243,73,157); }
td.TdClassName
{
border-color: #F3499D;
}
.TagClassName
{
border-color: #F3499D;
}
</style>