Shades of Razzle Dazzle Rose #FA4BCD
Tints of Razzle Dazzle Rose #FA4BCD
RGB
CMYK
RGB Variations
Color information
#FA4BCD (or 0xFA4BCD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4B and CD. RGB value is (250,75,205). Sum of RGB (Red+Green+Blue) = 250+75+205=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 75 (29.69% from 255 or 14.15% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4BCD is #05B432. Grayscale: #8D8D8D. Windows color (decimal): -373811 or 13454330. OLE color: 13454330.
HSL color Cylindrical-coordinate representation of color #FA4BCD: hue angle of 315.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4BCD is Cyan = 0, Magento = 0.7, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 205 | - |
| CMYK | 0 | 0.7 | 0.18 | 0.02 |
| HSL | 315.43º | 0.95% | 0.64% | - |
| HSV(B) | 315.43º | 0.7% | 0.98% | - |
| XYZ | 52.96 | 29.76 | 60.71 | - |
| YUV | 142.15 | 163.48 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 205 | 0 | 0.7 | 0.18 | 0.02 | 315.43 | 0.95 | 0.64 |
| Hex | FA | 4B | CD | 0 | 46 | 12 | 2 | 13B | 5F | 40 |
| Octal | 372 | 113 | 315 | 0 | 106 | 22 | 2 | 473 | 137 | 100 |
| Binary | 11111010 | 1001011 | 11001101 | 0 | 1000110 | 10010 | 10 | 100111011 | 1011111 | 1000000 |
Color Harmonies of #FA4BCD
Complementary color
Monochromatic Colors of #FA4BCD
Black with #FA4BCD
Text Example
Text Example
White with #FA4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4BCD; }
p { color: rgb(250,75,205); }
H1.HeaderClassName
{
color: #FA4BCD;
}
.AnyTagClassName
{
color: #FA4BCD;
}
</style>
background-color css
<style>
a { background-color: #FA4BCD; }
a { background-color: rgb(250,75,205); }
div.DivClassName
{
background-color: #FA4BCD;
}
.BgClassName
{
background-color: #FA4BCD;
}
</style>
border-color css
<style>
span { border-color: #FA4BCD; }
span { border-color: rgb(250,75,205); }
td.TdClassName
{
border-color: #FA4BCD;
}
.TagClassName
{
border-color: #FA4BCD;
}
</style>