Shades of Brilliant Rose #F741B2
Tints of Brilliant Rose #F741B2
RGB
CMYK
RGB Variations
Color information
#F741B2 (or 0xF741B2) is known color: Brilliant Rose. HEX triplet: F7, 41 and B2. RGB value is (247,65,178). Sum of RGB (Red+Green+Blue) = 247+65+178=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F741B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F741B2 is #08BE4D. Grayscale: #848484. Windows color (decimal): -573006 or 11682295. OLE color: 11682295.
HSL color Cylindrical-coordinate representation of color #F741B2: hue angle of 322.75º 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 #F741B2 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 178 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.03 |
| HSL | 322.75º | 0.92% | 0.61% | - |
| HSV(B) | 322.75º | 0.74% | 0.97% | - |
| XYZ | 48.28 | 26.77 | 44.74 | - |
| YUV | 132.3 | 153.8 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 178 | 0 | 0.74 | 0.28 | 0.03 | 322.75 | 0.92 | 0.61 |
| Hex | F7 | 41 | B2 | 0 | 4A | 1C | 3 | 143 | 5C | 3D |
| Octal | 367 | 101 | 262 | 0 | 112 | 34 | 3 | 503 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10110010 | 0 | 1001010 | 11100 | 11 | 101000011 | 1011100 | 111101 |
Color Harmonies of #F741B2
Complementary color
Monochromatic Colors of #F741B2
Black with #F741B2
Text Example
Text Example
White with #F741B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741B2; }
p { color: rgb(247,65,178); }
H1.HeaderClassName
{
color: #F741B2;
}
.AnyTagClassName
{
color: #F741B2;
}
</style>
background-color css
<style>
a { background-color: #F741B2; }
a { background-color: rgb(247,65,178); }
div.DivClassName
{
background-color: #F741B2;
}
.BgClassName
{
background-color: #F741B2;
}
</style>
border-color css
<style>
span { border-color: #F741B2; }
span { border-color: rgb(247,65,178); }
td.TdClassName
{
border-color: #F741B2;
}
.TagClassName
{
border-color: #F741B2;
}
</style>