Shades of Razzle Dazzle Rose #F745D1
Tints of Razzle Dazzle Rose #F745D1
RGB
CMYK
RGB Variations
Color information
#F745D1 (or 0xF745D1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 45 and D1. RGB value is (247,69,209). Sum of RGB (Red+Green+Blue) = 247+69+209=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 69 (27.34% from 255 or 13.14% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F745D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745D1 is #08BA2E. Grayscale: #898989. Windows color (decimal): -571951 or 13714935. OLE color: 13714935.
HSL color Cylindrical-coordinate representation of color #F745D1: hue angle of 312.81º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F745D1 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 209 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.03 |
| HSL | 312.81º | 0.92% | 0.62% | - |
| HSV(B) | 312.81º | 0.72% | 0.97% | - |
| XYZ | 51.99 | 28.63 | 63.11 | - |
| YUV | 138.18 | 167.97 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 209 | 0 | 0.72 | 0.15 | 0.03 | 312.81 | 0.92 | 0.62 |
| Hex | F7 | 45 | D1 | 0 | 48 | F | 3 | 139 | 5C | 3E |
| Octal | 367 | 105 | 321 | 0 | 110 | 17 | 3 | 471 | 134 | 76 |
| Binary | 11110111 | 1000101 | 11010001 | 0 | 1001000 | 1111 | 11 | 100111001 | 1011100 | 111110 |
Color Harmonies of #F745D1
Complementary color
Monochromatic Colors of #F745D1
Black with #F745D1
Text Example
Text Example
White with #F745D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F745D1; }
p { color: rgb(247,69,209); }
H1.HeaderClassName
{
color: #F745D1;
}
.AnyTagClassName
{
color: #F745D1;
}
</style>
background-color css
<style>
a { background-color: #F745D1; }
a { background-color: rgb(247,69,209); }
div.DivClassName
{
background-color: #F745D1;
}
.BgClassName
{
background-color: #F745D1;
}
</style>
border-color css
<style>
span { border-color: #F745D1; }
span { border-color: rgb(247,69,209); }
td.TdClassName
{
border-color: #F745D1;
}
.TagClassName
{
border-color: #F745D1;
}
</style>