Shades of Razzle Dazzle Rose #FA3DDD
Tints of Razzle Dazzle Rose #FA3DDD
RGB
CMYK
RGB Variations
Color information
#FA3DDD (or 0xFA3DDD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3D and DD. RGB value is (250,61,221). Sum of RGB (Red+Green+Blue) = 250+61+221=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 61 (24.22% from 255 or 11.47% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3DDD is #05C222. Grayscale: #878787. Windows color (decimal): -377379 or 14499322. OLE color: 14499322.
HSL color Cylindrical-coordinate representation of color #FA3DDD: hue angle of 309.21º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3DDD is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 221 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.02 |
| HSL | 309.21º | 0.95% | 0.61% | - |
| HSV(B) | 309.21º | 0.76% | 0.98% | - |
| XYZ | 54.14 | 28.88 | 71.13 | - |
| YUV | 135.75 | 176.12 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 221 | 0 | 0.76 | 0.12 | 0.02 | 309.21 | 0.95 | 0.61 |
| Hex | FA | 3D | DD | 0 | 4C | C | 2 | 135 | 5F | 3D |
| Octal | 372 | 75 | 335 | 0 | 114 | 14 | 2 | 465 | 137 | 75 |
| Binary | 11111010 | 111101 | 11011101 | 0 | 1001100 | 1100 | 10 | 100110101 | 1011111 | 111101 |
Color Harmonies of #FA3DDD
Complementary color
Monochromatic Colors of #FA3DDD
Black with #FA3DDD
Text Example
Text Example
White with #FA3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DDD; }
p { color: rgb(250,61,221); }
H1.HeaderClassName
{
color: #FA3DDD;
}
.AnyTagClassName
{
color: #FA3DDD;
}
</style>
background-color css
<style>
a { background-color: #FA3DDD; }
a { background-color: rgb(250,61,221); }
div.DivClassName
{
background-color: #FA3DDD;
}
.BgClassName
{
background-color: #FA3DDD;
}
</style>
border-color css
<style>
span { border-color: #FA3DDD; }
span { border-color: rgb(250,61,221); }
td.TdClassName
{
border-color: #FA3DDD;
}
.TagClassName
{
border-color: #FA3DDD;
}
</style>