Shades of Brilliant Rose #F348AD
Tints of Brilliant Rose #F348AD
RGB
CMYK
RGB Variations
Color information
#F348AD (or 0xF348AD) is known color: Brilliant Rose. HEX triplet: F3, 48 and AD. RGB value is (243,72,173). Sum of RGB (Red+Green+Blue) = 243+72+173=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F348AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F348AD is #0CB752. Grayscale: #868686. Windows color (decimal): -833363 or 11356403. OLE color: 11356403.
HSL color Cylindrical-coordinate representation of color #F348AD: hue angle of 324.56º 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 #F348AD is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 173 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.05 |
| HSL | 324.56º | 0.88% | 0.62% | - |
| HSV(B) | 324.56º | 0.7% | 0.95% | - |
| XYZ | 46.82 | 26.71 | 42.22 | - |
| YUV | 134.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 173 | 0 | 0.70 | 0.29 | 0.05 | 324.56 | 0.88 | 0.62 |
| Hex | F3 | 48 | AD | 0 | 46 | 1D | 5 | 145 | 58 | 3E |
| Octal | 363 | 110 | 255 | 0 | 106 | 35 | 5 | 505 | 130 | 76 |
| Binary | 11110011 | 1001000 | 10101101 | 0 | 1000110 | 11101 | 101 | 101000101 | 1011000 | 111110 |
Color Harmonies of #F348AD
Complementary color
Monochromatic Colors of #F348AD
Black with #F348AD
Text Example
Text Example
White with #F348AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348AD; }
p { color: rgb(243,72,173); }
H1.HeaderClassName
{
color: #F348AD;
}
.AnyTagClassName
{
color: #F348AD;
}
</style>
background-color css
<style>
a { background-color: #F348AD; }
a { background-color: rgb(243,72,173); }
div.DivClassName
{
background-color: #F348AD;
}
.BgClassName
{
background-color: #F348AD;
}
</style>
border-color css
<style>
span { border-color: #F348AD; }
span { border-color: rgb(243,72,173); }
td.TdClassName
{
border-color: #F348AD;
}
.TagClassName
{
border-color: #F348AD;
}
</style>