Shades of Brilliant Rose #F741AC
Tints of Brilliant Rose #F741AC
RGB
CMYK
RGB Variations
Color information
#F741AC (or 0xF741AC) is known color: Brilliant Rose. HEX triplet: F7, 41 and AC. RGB value is (247,65,172). Sum of RGB (Red+Green+Blue) = 247+65+172=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F741AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F741AC is #08BE53. Grayscale: #838383. Windows color (decimal): -573012 or 11289079. OLE color: 11289079.
HSL color Cylindrical-coordinate representation of color #F741AC: hue angle of 324.73º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F741AC is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 172 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.03 |
| HSL | 324.73º | 0.92% | 0.61% | - |
| HSV(B) | 324.73º | 0.74% | 0.97% | - |
| XYZ | 47.69 | 26.53 | 41.64 | - |
| YUV | 131.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 172 | 0 | 0.74 | 0.30 | 0.03 | 324.73 | 0.92 | 0.61 |
| Hex | F7 | 41 | AC | 0 | 4A | 1E | 3 | 145 | 5C | 3D |
| Octal | 367 | 101 | 254 | 0 | 112 | 36 | 3 | 505 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10101100 | 0 | 1001010 | 11110 | 11 | 101000101 | 1011100 | 111101 |
Color Harmonies of #F741AC
Complementary color
Monochromatic Colors of #F741AC
Black with #F741AC
Text Example
Text Example
White with #F741AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741AC; }
p { color: rgb(247,65,172); }
H1.HeaderClassName
{
color: #F741AC;
}
.AnyTagClassName
{
color: #F741AC;
}
</style>
background-color css
<style>
a { background-color: #F741AC; }
a { background-color: rgb(247,65,172); }
div.DivClassName
{
background-color: #F741AC;
}
.BgClassName
{
background-color: #F741AC;
}
</style>
border-color css
<style>
span { border-color: #F741AC; }
span { border-color: rgb(247,65,172); }
td.TdClassName
{
border-color: #F741AC;
}
.TagClassName
{
border-color: #F741AC;
}
</style>