Shades of Razzle Dazzle Rose #F741C0
Tints of Razzle Dazzle Rose #F741C0
RGB
CMYK
RGB Variations
Color information
#F741C0 (or 0xF741C0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 41 and C0. RGB value is (247,65,192). Sum of RGB (Red+Green+Blue) = 247+65+192=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F741C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741C0 is #08BE3F. Grayscale: #858585. Windows color (decimal): -572992 or 12599799. OLE color: 12599799.
HSL color Cylindrical-coordinate representation of color #F741C0: hue angle of 318.13º 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 #F741C0 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 192 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.03 |
| HSL | 318.13º | 0.92% | 0.61% | - |
| HSV(B) | 318.13º | 0.74% | 0.97% | - |
| XYZ | 49.76 | 27.36 | 52.53 | - |
| YUV | 133.9 | 160.8 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 192 | 0 | 0.74 | 0.22 | 0.03 | 318.13 | 0.92 | 0.61 |
| Hex | F7 | 41 | C0 | 0 | 4A | 16 | 3 | 13E | 5C | 3D |
| Octal | 367 | 101 | 300 | 0 | 112 | 26 | 3 | 476 | 134 | 75 |
| Binary | 11110111 | 1000001 | 11000000 | 0 | 1001010 | 10110 | 11 | 100111110 | 1011100 | 111101 |
Color Harmonies of #F741C0
Complementary color
Monochromatic Colors of #F741C0
Black with #F741C0
Text Example
Text Example
White with #F741C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741C0; }
p { color: rgb(247,65,192); }
H1.HeaderClassName
{
color: #F741C0;
}
.AnyTagClassName
{
color: #F741C0;
}
</style>
background-color css
<style>
a { background-color: #F741C0; }
a { background-color: rgb(247,65,192); }
div.DivClassName
{
background-color: #F741C0;
}
.BgClassName
{
background-color: #F741C0;
}
</style>
border-color css
<style>
span { border-color: #F741C0; }
span { border-color: rgb(247,65,192); }
td.TdClassName
{
border-color: #F741C0;
}
.TagClassName
{
border-color: #F741C0;
}
</style>