Shades of Razzle Dazzle Rose #F74AD1
Tints of Razzle Dazzle Rose #F74AD1
RGB
CMYK
RGB Variations
Color information
#F74AD1 (or 0xF74AD1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 4A and D1. RGB value is (247,74,209). Sum of RGB (Red+Green+Blue) = 247+74+209=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74AD1 is #08B52E. Grayscale: #8C8C8C. Windows color (decimal): -570671 or 13716215. OLE color: 13716215.
HSL color Cylindrical-coordinate representation of color #F74AD1: hue angle of 313.18º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74AD1 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 209 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.03 |
| HSL | 313.18º | 0.92% | 0.63% | - |
| HSV(B) | 313.18º | 0.7% | 0.97% | - |
| XYZ | 52.32 | 29.28 | 63.21 | - |
| YUV | 141.12 | 166.31 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 209 | 0 | 0.70 | 0.15 | 0.03 | 313.18 | 0.92 | 0.63 |
| Hex | F7 | 4A | D1 | 0 | 46 | F | 3 | 139 | 5C | 3F |
| Octal | 367 | 112 | 321 | 0 | 106 | 17 | 3 | 471 | 134 | 77 |
| Binary | 11110111 | 1001010 | 11010001 | 0 | 1000110 | 1111 | 11 | 100111001 | 1011100 | 111111 |
Color Harmonies of #F74AD1
Complementary color
Monochromatic Colors of #F74AD1
Black with #F74AD1
Text Example
Text Example
White with #F74AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AD1; }
p { color: rgb(247,74,209); }
H1.HeaderClassName
{
color: #F74AD1;
}
.AnyTagClassName
{
color: #F74AD1;
}
</style>
background-color css
<style>
a { background-color: #F74AD1; }
a { background-color: rgb(247,74,209); }
div.DivClassName
{
background-color: #F74AD1;
}
.BgClassName
{
background-color: #F74AD1;
}
</style>
border-color css
<style>
span { border-color: #F74AD1; }
span { border-color: rgb(247,74,209); }
td.TdClassName
{
border-color: #F74AD1;
}
.TagClassName
{
border-color: #F74AD1;
}
</style>