Shades of Razzle Dazzle Rose #FA4CCF
Tints of Razzle Dazzle Rose #FA4CCF
RGB
CMYK
RGB Variations
Color information
#FA4CCF (or 0xFA4CCF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4C and CF. RGB value is (250,76,207). Sum of RGB (Red+Green+Blue) = 250+76+207=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4CCF is #05B330. Grayscale: #8E8E8E. Windows color (decimal): -373553 or 13585658. OLE color: 13585658.
HSL color Cylindrical-coordinate representation of color #FA4CCF: hue angle of 314.83º 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 #FA4CCF is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 207 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.02 |
| HSL | 314.83º | 0.95% | 0.64% | - |
| HSV(B) | 314.83º | 0.7% | 0.98% | - |
| XYZ | 53.27 | 30 | 62.01 | - |
| YUV | 142.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 207 | 0 | 0.70 | 0.17 | 0.02 | 314.83 | 0.95 | 0.64 |
| Hex | FA | 4C | CF | 0 | 46 | 11 | 2 | 13B | 5F | 40 |
| Octal | 372 | 114 | 317 | 0 | 106 | 21 | 2 | 473 | 137 | 100 |
| Binary | 11111010 | 1001100 | 11001111 | 0 | 1000110 | 10001 | 10 | 100111011 | 1011111 | 1000000 |
Color Harmonies of #FA4CCF
Complementary color
Monochromatic Colors of #FA4CCF
Black with #FA4CCF
Text Example
Text Example
White with #FA4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CCF; }
p { color: rgb(250,76,207); }
H1.HeaderClassName
{
color: #FA4CCF;
}
.AnyTagClassName
{
color: #FA4CCF;
}
</style>
background-color css
<style>
a { background-color: #FA4CCF; }
a { background-color: rgb(250,76,207); }
div.DivClassName
{
background-color: #FA4CCF;
}
.BgClassName
{
background-color: #FA4CCF;
}
</style>
border-color css
<style>
span { border-color: #FA4CCF; }
span { border-color: rgb(250,76,207); }
td.TdClassName
{
border-color: #FA4CCF;
}
.TagClassName
{
border-color: #FA4CCF;
}
</style>