Shades of Razzle Dazzle Rose #FD4ACF
Tints of Razzle Dazzle Rose #FD4ACF
RGB
CMYK
RGB Variations
Color information
#FD4ACF (or 0xFD4ACF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and CF. RGB value is (253,74,207). Sum of RGB (Red+Green+Blue) = 253+74+207=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4ACF is #02B530. Grayscale: #8E8E8E. Windows color (decimal): -177457 or 13585149. OLE color: 13585149.
HSL color Cylindrical-coordinate representation of color #FD4ACF: hue angle of 315.42º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4ACF is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 207 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.01 |
| HSL | 315.42º | 0.98% | 0.64% | - |
| HSV(B) | 315.42º | 0.71% | 0.99% | - |
| XYZ | 54.22 | 30.29 | 62.02 | - |
| YUV | 142.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 207 | 0 | 0.71 | 0.18 | 0.01 | 315.42 | 0.98 | 0.64 |
| Hex | FD | 4A | CF | 0 | 47 | 12 | 1 | 13B | 62 | 40 |
| Octal | 375 | 112 | 317 | 0 | 107 | 22 | 1 | 473 | 142 | 100 |
| Binary | 11111101 | 1001010 | 11001111 | 0 | 1000111 | 10010 | 1 | 100111011 | 1100010 | 1000000 |
Color Harmonies of #FD4ACF
Complementary color
Monochromatic Colors of #FD4ACF
Black with #FD4ACF
Text Example
Text Example
White with #FD4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4ACF; }
p { color: rgb(253,74,207); }
H1.HeaderClassName
{
color: #FD4ACF;
}
.AnyTagClassName
{
color: #FD4ACF;
}
</style>
background-color css
<style>
a { background-color: #FD4ACF; }
a { background-color: rgb(253,74,207); }
div.DivClassName
{
background-color: #FD4ACF;
}
.BgClassName
{
background-color: #FD4ACF;
}
</style>
border-color css
<style>
span { border-color: #FD4ACF; }
span { border-color: rgb(253,74,207); }
td.TdClassName
{
border-color: #FD4ACF;
}
.TagClassName
{
border-color: #FD4ACF;
}
</style>