Shades of Razzle Dazzle Rose #FA3FCD
Tints of Razzle Dazzle Rose #FA3FCD
RGB
CMYK
RGB Variations
Color information
#FA3FCD (or 0xFA3FCD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3F and CD. RGB value is (250,63,205). Sum of RGB (Red+Green+Blue) = 250+63+205=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 63 (25% from 255 or 12.16% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3FCD is #05C032. Grayscale: #868686. Windows color (decimal): -376883 or 13451258. OLE color: 13451258.
HSL color Cylindrical-coordinate representation of color #FA3FCD: hue angle of 314.44º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3FCD is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 205 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.02 |
| HSL | 314.44º | 0.95% | 0.61% | - |
| HSV(B) | 314.44º | 0.75% | 0.98% | - |
| XYZ | 52.22 | 28.29 | 60.47 | - |
| YUV | 135.1 | 167.45 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 205 | 0 | 0.75 | 0.18 | 0.02 | 314.44 | 0.95 | 0.61 |
| Hex | FA | 3F | CD | 0 | 4B | 12 | 2 | 13A | 5F | 3D |
| Octal | 372 | 77 | 315 | 0 | 113 | 22 | 2 | 472 | 137 | 75 |
| Binary | 11111010 | 111111 | 11001101 | 0 | 1001011 | 10010 | 10 | 100111010 | 1011111 | 111101 |
Color Harmonies of #FA3FCD
Complementary color
Monochromatic Colors of #FA3FCD
Black with #FA3FCD
Text Example
Text Example
White with #FA3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3FCD; }
p { color: rgb(250,63,205); }
H1.HeaderClassName
{
color: #FA3FCD;
}
.AnyTagClassName
{
color: #FA3FCD;
}
</style>
background-color css
<style>
a { background-color: #FA3FCD; }
a { background-color: rgb(250,63,205); }
div.DivClassName
{
background-color: #FA3FCD;
}
.BgClassName
{
background-color: #FA3FCD;
}
</style>
border-color css
<style>
span { border-color: #FA3FCD; }
span { border-color: rgb(250,63,205); }
td.TdClassName
{
border-color: #FA3FCD;
}
.TagClassName
{
border-color: #FA3FCD;
}
</style>