Shades of Razzle Dazzle Rose #FD40C4
Tints of Razzle Dazzle Rose #FD40C4
RGB
CMYK
RGB Variations
Color information
#FD40C4 (or 0xFD40C4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 40 and C4. RGB value is (253,64,196). Sum of RGB (Red+Green+Blue) = 253+64+196=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD40C4 is #02BF3B. Grayscale: #878787. Windows color (decimal): -180028 or 12861693. OLE color: 12861693.
HSL color Cylindrical-coordinate representation of color #FD40C4: hue angle of 318.1º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD40C4 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 196 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.01 |
| HSL | 318.1º | 0.98% | 0.62% | - |
| HSV(B) | 318.1º | 0.75% | 0.99% | - |
| XYZ | 52.31 | 28.53 | 54.98 | - |
| YUV | 135.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 196 | 0 | 0.75 | 0.23 | 0.01 | 318.1 | 0.98 | 0.62 |
| Hex | FD | 40 | C4 | 0 | 4B | 17 | 1 | 13E | 62 | 3E |
| Octal | 375 | 100 | 304 | 0 | 113 | 27 | 1 | 476 | 142 | 76 |
| Binary | 11111101 | 1000000 | 11000100 | 0 | 1001011 | 10111 | 1 | 100111110 | 1100010 | 111110 |
Color Harmonies of #FD40C4
Complementary color
Monochromatic Colors of #FD40C4
Black with #FD40C4
Text Example
Text Example
White with #FD40C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD40C4; }
p { color: rgb(253,64,196); }
H1.HeaderClassName
{
color: #FD40C4;
}
.AnyTagClassName
{
color: #FD40C4;
}
</style>
background-color css
<style>
a { background-color: #FD40C4; }
a { background-color: rgb(253,64,196); }
div.DivClassName
{
background-color: #FD40C4;
}
.BgClassName
{
background-color: #FD40C4;
}
</style>
border-color css
<style>
span { border-color: #FD40C4; }
span { border-color: rgb(253,64,196); }
td.TdClassName
{
border-color: #FD40C4;
}
.TagClassName
{
border-color: #FD40C4;
}
</style>