Shades of Razzle Dazzle Rose #FD4ABC
Tints of Razzle Dazzle Rose #FD4ABC
RGB
CMYK
RGB Variations
Color information
#FD4ABC (or 0xFD4ABC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and BC. RGB value is (253,74,188). Sum of RGB (Red+Green+Blue) = 253+74+188=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4ABC is #02B543. Grayscale: #8C8C8C. Windows color (decimal): -177476 or 12339965. OLE color: 12339965.
HSL color Cylindrical-coordinate representation of color #FD4ABC: hue angle of 321.79º 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 #FD4ABC is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 188 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.01 |
| HSL | 321.79º | 0.98% | 0.64% | - |
| HSV(B) | 321.79º | 0.71% | 0.99% | - |
| XYZ | 52.03 | 29.41 | 50.51 | - |
| YUV | 140.52 | 154.8 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 188 | 0 | 0.71 | 0.26 | 0.01 | 321.79 | 0.98 | 0.64 |
| Hex | FD | 4A | BC | 0 | 47 | 1A | 1 | 142 | 62 | 40 |
| Octal | 375 | 112 | 274 | 0 | 107 | 32 | 1 | 502 | 142 | 100 |
| Binary | 11111101 | 1001010 | 10111100 | 0 | 1000111 | 11010 | 1 | 101000010 | 1100010 | 1000000 |
Color Harmonies of #FD4ABC
Complementary color
Monochromatic Colors of #FD4ABC
Black with #FD4ABC
Text Example
Text Example
White with #FD4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4ABC; }
p { color: rgb(253,74,188); }
H1.HeaderClassName
{
color: #FD4ABC;
}
.AnyTagClassName
{
color: #FD4ABC;
}
</style>
background-color css
<style>
a { background-color: #FD4ABC; }
a { background-color: rgb(253,74,188); }
div.DivClassName
{
background-color: #FD4ABC;
}
.BgClassName
{
background-color: #FD4ABC;
}
</style>
border-color css
<style>
span { border-color: #FD4ABC; }
span { border-color: rgb(253,74,188); }
td.TdClassName
{
border-color: #FD4ABC;
}
.TagClassName
{
border-color: #FD4ABC;
}
</style>