Shades of Brilliant Rose #F348AF
Tints of Brilliant Rose #F348AF
RGB
CMYK
RGB Variations
Color information
#F348AF (or 0xF348AF) is known color: Brilliant Rose. HEX triplet: F3, 48 and AF. RGB value is (243,72,175). Sum of RGB (Red+Green+Blue) = 243+72+175=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F348AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F348AF is #0CB750. Grayscale: #868686. Windows color (decimal): -833361 or 11487475. OLE color: 11487475.
HSL color Cylindrical-coordinate representation of color #F348AF: hue angle of 323.86º 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 #F348AF is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 175 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.05 |
| HSL | 323.86º | 0.88% | 0.62% | - |
| HSV(B) | 323.86º | 0.7% | 0.95% | - |
| XYZ | 47.02 | 26.78 | 43.25 | - |
| YUV | 134.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 175 | 0 | 0.70 | 0.28 | 0.05 | 323.86 | 0.88 | 0.62 |
| Hex | F3 | 48 | AF | 0 | 46 | 1C | 5 | 144 | 58 | 3E |
| Octal | 363 | 110 | 257 | 0 | 106 | 34 | 5 | 504 | 130 | 76 |
| Binary | 11110011 | 1001000 | 10101111 | 0 | 1000110 | 11100 | 101 | 101000100 | 1011000 | 111110 |
Color Harmonies of #F348AF
Complementary color
Monochromatic Colors of #F348AF
Black with #F348AF
Text Example
Text Example
White with #F348AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348AF; }
p { color: rgb(243,72,175); }
H1.HeaderClassName
{
color: #F348AF;
}
.AnyTagClassName
{
color: #F348AF;
}
</style>
background-color css
<style>
a { background-color: #F348AF; }
a { background-color: rgb(243,72,175); }
div.DivClassName
{
background-color: #F348AF;
}
.BgClassName
{
background-color: #F348AF;
}
</style>
border-color css
<style>
span { border-color: #F348AF; }
span { border-color: rgb(243,72,175); }
td.TdClassName
{
border-color: #F348AF;
}
.TagClassName
{
border-color: #F348AF;
}
</style>