Shades of Razzle Dazzle Rose #FA3BCD
Tints of Razzle Dazzle Rose #FA3BCD
RGB
CMYK
RGB Variations
Color information
#FA3BCD (or 0xFA3BCD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3B and CD. RGB value is (250,59,205). Sum of RGB (Red+Green+Blue) = 250+59+205=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3BCD is #05C432. Grayscale: #848484. Windows color (decimal): -377907 or 13450234. OLE color: 13450234.
HSL color Cylindrical-coordinate representation of color #FA3BCD: hue angle of 314.14º 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 #FA3BCD is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 59 | 205 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.02 |
| HSL | 314.14º | 0.95% | 0.61% | - |
| HSV(B) | 314.14º | 0.76% | 0.98% | - |
| XYZ | 52.01 | 27.86 | 60.39 | - |
| YUV | 132.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 59 | 205 | 0 | 0.76 | 0.18 | 0.02 | 314.14 | 0.95 | 0.61 |
| Hex | FA | 3B | CD | 0 | 4C | 12 | 2 | 13A | 5F | 3D |
| Octal | 372 | 73 | 315 | 0 | 114 | 22 | 2 | 472 | 137 | 75 |
| Binary | 11111010 | 111011 | 11001101 | 0 | 1001100 | 10010 | 10 | 100111010 | 1011111 | 111101 |
Color Harmonies of #FA3BCD
Complementary color
Monochromatic Colors of #FA3BCD
Black with #FA3BCD
Text Example
Text Example
White with #FA3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3BCD; }
p { color: rgb(250,59,205); }
H1.HeaderClassName
{
color: #FA3BCD;
}
.AnyTagClassName
{
color: #FA3BCD;
}
</style>
background-color css
<style>
a { background-color: #FA3BCD; }
a { background-color: rgb(250,59,205); }
div.DivClassName
{
background-color: #FA3BCD;
}
.BgClassName
{
background-color: #FA3BCD;
}
</style>
border-color css
<style>
span { border-color: #FA3BCD; }
span { border-color: rgb(250,59,205); }
td.TdClassName
{
border-color: #FA3BCD;
}
.TagClassName
{
border-color: #FA3BCD;
}
</style>