Shades of Brilliant Rose #F35DAC
Tints of Brilliant Rose #F35DAC
RGB
CMYK
RGB Variations
Color information
#F35DAC (or 0xF35DAC) is known color: Brilliant Rose. HEX triplet: F3, 5D and AC. RGB value is (243,93,172). Sum of RGB (Red+Green+Blue) = 243+93+172=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35DAC is #0CA253. Grayscale: #929292. Windows color (decimal): -827988 or 11296243. OLE color: 11296243.
HSL color Cylindrical-coordinate representation of color #F35DAC: hue angle of 328.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35DAC is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 172 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.05 |
| HSL | 328.4º | 0.86% | 0.66% | - |
| HSV(B) | 328.4º | 0.62% | 0.95% | - |
| XYZ | 48.32 | 29.86 | 42.25 | - |
| YUV | 146.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 172 | 0 | 0.62 | 0.29 | 0.05 | 328.4 | 0.86 | 0.66 |
| Hex | F3 | 5D | AC | 0 | 3E | 1D | 5 | 148 | 56 | 42 |
| Octal | 363 | 135 | 254 | 0 | 76 | 35 | 5 | 510 | 126 | 102 |
| Binary | 11110011 | 1011101 | 10101100 | 0 | 111110 | 11101 | 101 | 101001000 | 1010110 | 1000010 |
Color Harmonies of #F35DAC
Complementary color
Monochromatic Colors of #F35DAC
Black with #F35DAC
Text Example
Text Example
White with #F35DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35DAC; }
p { color: rgb(243,93,172); }
H1.HeaderClassName
{
color: #F35DAC;
}
.AnyTagClassName
{
color: #F35DAC;
}
</style>
background-color css
<style>
a { background-color: #F35DAC; }
a { background-color: rgb(243,93,172); }
div.DivClassName
{
background-color: #F35DAC;
}
.BgClassName
{
background-color: #F35DAC;
}
</style>
border-color css
<style>
span { border-color: #F35DAC; }
span { border-color: rgb(243,93,172); }
td.TdClassName
{
border-color: #F35DAC;
}
.TagClassName
{
border-color: #F35DAC;
}
</style>