Shades of Razzle Dazzle Rose #F741CB
Tints of Razzle Dazzle Rose #F741CB
RGB
CMYK
RGB Variations
Color information
#F741CB (or 0xF741CB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 41 and CB. RGB value is (247,65,203). Sum of RGB (Red+Green+Blue) = 247+65+203=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F741CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741CB is #08BE34. Grayscale: #868686. Windows color (decimal): -572981 or 13320695. OLE color: 13320695.
HSL color Cylindrical-coordinate representation of color #F741CB: hue angle of 314.51º 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 #F741CB is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 203 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.03 |
| HSL | 314.51º | 0.92% | 0.61% | - |
| HSV(B) | 314.51º | 0.74% | 0.97% | - |
| XYZ | 51.03 | 27.87 | 59.19 | - |
| YUV | 135.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 203 | 0 | 0.74 | 0.18 | 0.03 | 314.51 | 0.92 | 0.61 |
| Hex | F7 | 41 | CB | 0 | 4A | 12 | 3 | 13B | 5C | 3D |
| Octal | 367 | 101 | 313 | 0 | 112 | 22 | 3 | 473 | 134 | 75 |
| Binary | 11110111 | 1000001 | 11001011 | 0 | 1001010 | 10010 | 11 | 100111011 | 1011100 | 111101 |
Color Harmonies of #F741CB
Complementary color
Monochromatic Colors of #F741CB
Black with #F741CB
Text Example
Text Example
White with #F741CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741CB; }
p { color: rgb(247,65,203); }
H1.HeaderClassName
{
color: #F741CB;
}
.AnyTagClassName
{
color: #F741CB;
}
</style>
background-color css
<style>
a { background-color: #F741CB; }
a { background-color: rgb(247,65,203); }
div.DivClassName
{
background-color: #F741CB;
}
.BgClassName
{
background-color: #F741CB;
}
</style>
border-color css
<style>
span { border-color: #F741CB; }
span { border-color: rgb(247,65,203); }
td.TdClassName
{
border-color: #F741CB;
}
.TagClassName
{
border-color: #F741CB;
}
</style>