Shades of Brilliant Rose #F351AC
Tints of Brilliant Rose #F351AC
RGB
CMYK
RGB Variations
Color information
#F351AC (or 0xF351AC) is known color: Brilliant Rose. HEX triplet: F3, 51 and AC. RGB value is (243,81,172). Sum of RGB (Red+Green+Blue) = 243+81+172=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F351AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F351AC is #0CAE53. Grayscale: #8B8B8B. Windows color (decimal): -831060 or 11293171. OLE color: 11293171.
HSL color Cylindrical-coordinate representation of color #F351AC: hue angle of 326.3º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F351AC is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 172 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.05 |
| HSL | 326.3º | 0.87% | 0.64% | - |
| HSV(B) | 326.3º | 0.67% | 0.95% | - |
| XYZ | 47.35 | 27.92 | 41.92 | - |
| YUV | 139.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 172 | 0 | 0.67 | 0.29 | 0.05 | 326.3 | 0.87 | 0.64 |
| Hex | F3 | 51 | AC | 0 | 43 | 1D | 5 | 146 | 57 | 40 |
| Octal | 363 | 121 | 254 | 0 | 103 | 35 | 5 | 506 | 127 | 100 |
| Binary | 11110011 | 1010001 | 10101100 | 0 | 1000011 | 11101 | 101 | 101000110 | 1010111 | 1000000 |
Color Harmonies of #F351AC
Complementary color
Monochromatic Colors of #F351AC
Black with #F351AC
Text Example
Text Example
White with #F351AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F351AC; }
p { color: rgb(243,81,172); }
H1.HeaderClassName
{
color: #F351AC;
}
.AnyTagClassName
{
color: #F351AC;
}
</style>
background-color css
<style>
a { background-color: #F351AC; }
a { background-color: rgb(243,81,172); }
div.DivClassName
{
background-color: #F351AC;
}
.BgClassName
{
background-color: #F351AC;
}
</style>
border-color css
<style>
span { border-color: #F351AC; }
span { border-color: rgb(243,81,172); }
td.TdClassName
{
border-color: #F351AC;
}
.TagClassName
{
border-color: #F351AC;
}
</style>