Shades of Razzle Dazzle Rose #FA3DCC
Tints of Razzle Dazzle Rose #FA3DCC
RGB
CMYK
RGB Variations
Color information
#FA3DCC (or 0xFA3DCC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3D and CC. RGB value is (250,61,204). Sum of RGB (Red+Green+Blue) = 250+61+204=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3DCC is #05C233. Grayscale: #858585. Windows color (decimal): -377396 or 13385210. OLE color: 13385210.
HSL color Cylindrical-coordinate representation of color #FA3DCC: hue angle of 314.6º 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 #FA3DCC is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 204 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.02 |
| HSL | 314.6º | 0.95% | 0.61% | - |
| HSV(B) | 314.6º | 0.76% | 0.98% | - |
| XYZ | 51.99 | 28.02 | 59.8 | - |
| YUV | 133.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 204 | 0 | 0.76 | 0.18 | 0.02 | 314.6 | 0.95 | 0.61 |
| Hex | FA | 3D | CC | 0 | 4C | 12 | 2 | 13B | 5F | 3D |
| Octal | 372 | 75 | 314 | 0 | 114 | 22 | 2 | 473 | 137 | 75 |
| Binary | 11111010 | 111101 | 11001100 | 0 | 1001100 | 10010 | 10 | 100111011 | 1011111 | 111101 |
Color Harmonies of #FA3DCC
Complementary color
Monochromatic Colors of #FA3DCC
Black with #FA3DCC
Text Example
Text Example
White with #FA3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DCC; }
p { color: rgb(250,61,204); }
H1.HeaderClassName
{
color: #FA3DCC;
}
.AnyTagClassName
{
color: #FA3DCC;
}
</style>
background-color css
<style>
a { background-color: #FA3DCC; }
a { background-color: rgb(250,61,204); }
div.DivClassName
{
background-color: #FA3DCC;
}
.BgClassName
{
background-color: #FA3DCC;
}
</style>
border-color css
<style>
span { border-color: #FA3DCC; }
span { border-color: rgb(250,61,204); }
td.TdClassName
{
border-color: #FA3DCC;
}
.TagClassName
{
border-color: #FA3DCC;
}
</style>