Shades of Brilliant Rose #F741B3
Tints of Brilliant Rose #F741B3
RGB
CMYK
RGB Variations
Color information
#F741B3 (or 0xF741B3) is known color: Brilliant Rose. HEX triplet: F7, 41 and B3. RGB value is (247,65,179). Sum of RGB (Red+Green+Blue) = 247+65+179=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F741B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741B3 is #08BE4C. Grayscale: #848484. Windows color (decimal): -573005 or 11747831. OLE color: 11747831.
HSL color Cylindrical-coordinate representation of color #F741B3: hue angle of 322.42º 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 #F741B3 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 179 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.03 |
| HSL | 322.42º | 0.92% | 0.61% | - |
| HSV(B) | 322.42º | 0.74% | 0.97% | - |
| XYZ | 48.38 | 26.81 | 45.27 | - |
| YUV | 132.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 179 | 0 | 0.74 | 0.28 | 0.03 | 322.42 | 0.92 | 0.61 |
| Hex | F7 | 41 | B3 | 0 | 4A | 1C | 3 | 142 | 5C | 3D |
| Octal | 367 | 101 | 263 | 0 | 112 | 34 | 3 | 502 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10110011 | 0 | 1001010 | 11100 | 11 | 101000010 | 1011100 | 111101 |
Color Harmonies of #F741B3
Complementary color
Monochromatic Colors of #F741B3
Black with #F741B3
Text Example
Text Example
White with #F741B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741B3; }
p { color: rgb(247,65,179); }
H1.HeaderClassName
{
color: #F741B3;
}
.AnyTagClassName
{
color: #F741B3;
}
</style>
background-color css
<style>
a { background-color: #F741B3; }
a { background-color: rgb(247,65,179); }
div.DivClassName
{
background-color: #F741B3;
}
.BgClassName
{
background-color: #F741B3;
}
</style>
border-color css
<style>
span { border-color: #F741B3; }
span { border-color: rgb(247,65,179); }
td.TdClassName
{
border-color: #F741B3;
}
.TagClassName
{
border-color: #F741B3;
}
</style>