Shades of Razzle Dazzle Rose #FD4AC3
Tints of Razzle Dazzle Rose #FD4AC3
RGB
CMYK
RGB Variations
Color information
#FD4AC3 (or 0xFD4AC3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and C3. RGB value is (253,74,195). Sum of RGB (Red+Green+Blue) = 253+74+195=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4AC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4AC3 is #02B53C. Grayscale: #8D8D8D. Windows color (decimal): -177469 or 12798717. OLE color: 12798717.
HSL color Cylindrical-coordinate representation of color #FD4AC3: hue angle of 319.44º 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 #FD4AC3 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 74 | 195 | - |
CMYK | 0 | 0.71 | 0.23 | 0.01 |
HSL | 319.44º | 0.98% | 0.64% | - |
HSV(B) | 319.44º | 0.71% | 0.99% | - |
XYZ | 52.81 | 29.72 | 54.58 | - |
YUV | 141.32 | 158.3 | 207.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 74 | 195 | 0 | 0.71 | 0.23 | 0.01 | 319.44 | 0.98 | 0.64 |
Hex | FD | 4A | C3 | 0 | 47 | 17 | 1 | 13F | 62 | 40 |
Octal | 375 | 112 | 303 | 0 | 107 | 27 | 1 | 477 | 142 | 100 |
Binary | 11111101 | 1001010 | 11000011 | 0 | 1000111 | 10111 | 1 | 100111111 | 1100010 | 1000000 |
Color Harmonies of #FD4AC3
Complementary color
Monochromatic Colors of #FD4AC3
Black with #FD4AC3
Text Example
Text Example
White with #FD4AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4AC3; }
p { color: rgb(253,74,195); }
H1.HeaderClassName
{
color: #FD4AC3;
}
.AnyTagClassName
{
color: #FD4AC3;
}
</style>
background-color css
<style>
a { background-color: #FD4AC3; }
a { background-color: rgb(253,74,195); }
div.DivClassName
{
background-color: #FD4AC3;
}
.BgClassName
{
background-color: #FD4AC3;
}
</style>
border-color css
<style>
span { border-color: #FD4AC3; }
span { border-color: rgb(253,74,195); }
td.TdClassName
{
border-color: #FD4AC3;
}
.TagClassName
{
border-color: #FD4AC3;
}
</style>