Shades of Razzle Dazzle Rose #F741BD
Tints of Razzle Dazzle Rose #F741BD
RGB
CMYK
RGB Variations
Color information
#F741BD (or 0xF741BD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 41 and BD. RGB value is (247,65,189). Sum of RGB (Red+Green+Blue) = 247+65+189=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F741BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741BD is #08BE42. Grayscale: #858585. Windows color (decimal): -572995 or 12403191. OLE color: 12403191.
HSL color Cylindrical-coordinate representation of color #F741BD: hue angle of 319.12º 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 #F741BD is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 189 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.03 |
| HSL | 319.12º | 0.92% | 0.61% | - |
| HSV(B) | 319.12º | 0.74% | 0.97% | - |
| XYZ | 49.43 | 27.23 | 50.79 | - |
| YUV | 133.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 189 | 0 | 0.74 | 0.23 | 0.03 | 319.12 | 0.92 | 0.61 |
| Hex | F7 | 41 | BD | 0 | 4A | 17 | 3 | 13F | 5C | 3D |
| Octal | 367 | 101 | 275 | 0 | 112 | 27 | 3 | 477 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10111101 | 0 | 1001010 | 10111 | 11 | 100111111 | 1011100 | 111101 |
Color Harmonies of #F741BD
Complementary color
Monochromatic Colors of #F741BD
Black with #F741BD
Text Example
Text Example
White with #F741BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741BD; }
p { color: rgb(247,65,189); }
H1.HeaderClassName
{
color: #F741BD;
}
.AnyTagClassName
{
color: #F741BD;
}
</style>
background-color css
<style>
a { background-color: #F741BD; }
a { background-color: rgb(247,65,189); }
div.DivClassName
{
background-color: #F741BD;
}
.BgClassName
{
background-color: #F741BD;
}
</style>
border-color css
<style>
span { border-color: #F741BD; }
span { border-color: rgb(247,65,189); }
td.TdClassName
{
border-color: #F741BD;
}
.TagClassName
{
border-color: #F741BD;
}
</style>