Shades of Razzle Dazzle Rose #FA2DCC
Tints of Razzle Dazzle Rose #FA2DCC
RGB
CMYK
RGB Variations
Color information
#FA2DCC (or 0xFA2DCC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and CC. RGB value is (250,45,204). Sum of RGB (Red+Green+Blue) = 250+45+204=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DCC is #05D233. Grayscale: #7B7B7B. Windows color (decimal): -381492 or 13381114. OLE color: 13381114.
HSL color Cylindrical-coordinate representation of color #FA2DCC: hue angle of 313.46º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DCC is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 204 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.02 |
| HSL | 313.46º | 0.95% | 0.58% | - |
| HSV(B) | 313.46º | 0.82% | 0.98% | - |
| XYZ | 51.26 | 26.56 | 59.55 | - |
| YUV | 124.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 204 | 0 | 0.82 | 0.18 | 0.02 | 313.46 | 0.95 | 0.58 |
| Hex | FA | 2D | CC | 0 | 52 | 12 | 2 | 139 | 5F | 3A |
| Octal | 372 | 55 | 314 | 0 | 122 | 22 | 2 | 471 | 137 | 72 |
| Binary | 11111010 | 101101 | 11001100 | 0 | 1010010 | 10010 | 10 | 100111001 | 1011111 | 111010 |
Color Harmonies of #FA2DCC
Complementary color
Monochromatic Colors of #FA2DCC
Black with #FA2DCC
Text Example
Text Example
White with #FA2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DCC; }
p { color: rgb(250,45,204); }
H1.HeaderClassName
{
color: #FA2DCC;
}
.AnyTagClassName
{
color: #FA2DCC;
}
</style>
background-color css
<style>
a { background-color: #FA2DCC; }
a { background-color: rgb(250,45,204); }
div.DivClassName
{
background-color: #FA2DCC;
}
.BgClassName
{
background-color: #FA2DCC;
}
</style>
border-color css
<style>
span { border-color: #FA2DCC; }
span { border-color: rgb(250,45,204); }
td.TdClassName
{
border-color: #FA2DCC;
}
.TagClassName
{
border-color: #FA2DCC;
}
</style>