Shades of Razzle Dazzle Rose #FA47D2
Tints of Razzle Dazzle Rose #FA47D2
RGB
CMYK
RGB Variations
Color information
#FA47D2 (or 0xFA47D2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 47 and D2. RGB value is (250,71,210). Sum of RGB (Red+Green+Blue) = 250+71+210=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47D2 is #05B82D. Grayscale: #8B8B8B. Windows color (decimal): -374830 or 13780986. OLE color: 13780986.
HSL color Cylindrical-coordinate representation of color #FA47D2: hue angle of 313.41º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA47D2 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 210 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.02 |
| HSL | 313.41º | 0.95% | 0.63% | - |
| HSV(B) | 313.41º | 0.72% | 0.98% | - |
| XYZ | 53.31 | 29.48 | 63.85 | - |
| YUV | 140.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 210 | 0 | 0.72 | 0.16 | 0.02 | 313.41 | 0.95 | 0.63 |
| Hex | FA | 47 | D2 | 0 | 48 | 10 | 2 | 139 | 5F | 3F |
| Octal | 372 | 107 | 322 | 0 | 110 | 20 | 2 | 471 | 137 | 77 |
| Binary | 11111010 | 1000111 | 11010010 | 0 | 1001000 | 10000 | 10 | 100111001 | 1011111 | 111111 |
Color Harmonies of #FA47D2
Complementary color
Monochromatic Colors of #FA47D2
Black with #FA47D2
Text Example
Text Example
White with #FA47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA47D2; }
p { color: rgb(250,71,210); }
H1.HeaderClassName
{
color: #FA47D2;
}
.AnyTagClassName
{
color: #FA47D2;
}
</style>
background-color css
<style>
a { background-color: #FA47D2; }
a { background-color: rgb(250,71,210); }
div.DivClassName
{
background-color: #FA47D2;
}
.BgClassName
{
background-color: #FA47D2;
}
</style>
border-color css
<style>
span { border-color: #FA47D2; }
span { border-color: rgb(250,71,210); }
td.TdClassName
{
border-color: #FA47D2;
}
.TagClassName
{
border-color: #FA47D2;
}
</style>