Shades of Brilliant Rose #F75FA2
Tints of Brilliant Rose #F75FA2
RGB
CMYK
RGB Variations
Color information
#F75FA2 (or 0xF75FA2) is known color: Brilliant Rose. HEX triplet: F7, 5F and A2. RGB value is (247,95,162). Sum of RGB (Red+Green+Blue) = 247+95+162=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75FA2 is #08A05D. Grayscale: #939393. Windows color (decimal): -565342 or 10641399. OLE color: 10641399.
HSL color Cylindrical-coordinate representation of color #F75FA2: hue angle of 333.55º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75FA2 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 95 | 162 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.03 |
| HSL | 333.55º | 0.9% | 0.67% | - |
| HSV(B) | 333.55º | 0.62% | 0.97% | - |
| XYZ | 48.97 | 30.57 | 37.5 | - |
| YUV | 148.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 95 | 162 | 0 | 0.62 | 0.34 | 0.03 | 333.55 | 0.9 | 0.67 |
| Hex | F7 | 5F | A2 | 0 | 3E | 22 | 3 | 14E | 5A | 43 |
| Octal | 367 | 137 | 242 | 0 | 76 | 42 | 3 | 516 | 132 | 103 |
| Binary | 11110111 | 1011111 | 10100010 | 0 | 111110 | 100010 | 11 | 101001110 | 1011010 | 1000011 |
Color Harmonies of #F75FA2
Complementary color
Monochromatic Colors of #F75FA2
Black with #F75FA2
Text Example
Text Example
White with #F75FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75FA2; }
p { color: rgb(247,95,162); }
H1.HeaderClassName
{
color: #F75FA2;
}
.AnyTagClassName
{
color: #F75FA2;
}
</style>
background-color css
<style>
a { background-color: #F75FA2; }
a { background-color: rgb(247,95,162); }
div.DivClassName
{
background-color: #F75FA2;
}
.BgClassName
{
background-color: #F75FA2;
}
</style>
border-color css
<style>
span { border-color: #F75FA2; }
span { border-color: rgb(247,95,162); }
td.TdClassName
{
border-color: #F75FA2;
}
.TagClassName
{
border-color: #F75FA2;
}
</style>