Shades of Brilliant Rose #F348A1
Tints of Brilliant Rose #F348A1
RGB
CMYK
RGB Variations
Color information
#F348A1 (or 0xF348A1) is known color: Brilliant Rose. HEX triplet: F3, 48 and A1. RGB value is (243,72,161). Sum of RGB (Red+Green+Blue) = 243+72+161=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F348A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F348A1 is #0CB75E. Grayscale: #858585. Windows color (decimal): -833375 or 10569971. OLE color: 10569971.
HSL color Cylindrical-coordinate representation of color #F348A1: hue angle of 328.77º 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 #F348A1 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 161 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.05 |
| HSL | 328.77º | 0.88% | 0.62% | - |
| HSV(B) | 328.77º | 0.7% | 0.95% | - |
| XYZ | 45.71 | 26.26 | 36.38 | - |
| YUV | 133.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 161 | 0 | 0.70 | 0.34 | 0.05 | 328.77 | 0.88 | 0.62 |
| Hex | F3 | 48 | A1 | 0 | 46 | 22 | 5 | 149 | 58 | 3E |
| Octal | 363 | 110 | 241 | 0 | 106 | 42 | 5 | 511 | 130 | 76 |
| Binary | 11110011 | 1001000 | 10100001 | 0 | 1000110 | 100010 | 101 | 101001001 | 1011000 | 111110 |
Color Harmonies of #F348A1
Complementary color
Monochromatic Colors of #F348A1
Black with #F348A1
Text Example
Text Example
White with #F348A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348A1; }
p { color: rgb(243,72,161); }
H1.HeaderClassName
{
color: #F348A1;
}
.AnyTagClassName
{
color: #F348A1;
}
</style>
background-color css
<style>
a { background-color: #F348A1; }
a { background-color: rgb(243,72,161); }
div.DivClassName
{
background-color: #F348A1;
}
.BgClassName
{
background-color: #F348A1;
}
</style>
border-color css
<style>
span { border-color: #F348A1; }
span { border-color: rgb(243,72,161); }
td.TdClassName
{
border-color: #F348A1;
}
.TagClassName
{
border-color: #F348A1;
}
</style>