Shades of Razzle Dazzle Rose #FD40E2
Tints of Razzle Dazzle Rose #FD40E2
RGB
CMYK
RGB Variations
Color information
#FD40E2 (or 0xFD40E2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 40 and E2. RGB value is (253,64,226). Sum of RGB (Red+Green+Blue) = 253+64+226=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 64 (25.39% from 255 or 11.79% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD40E2 is #02BF1D. Grayscale: #8A8A8A. Windows color (decimal): -179998 or 14827773. OLE color: 14827773.
HSL color Cylindrical-coordinate representation of color #FD40E2: hue angle of 308.57º 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 #FD40E2 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 226 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.01 |
| HSL | 308.57º | 0.98% | 0.62% | - |
| HSV(B) | 308.57º | 0.75% | 0.99% | - |
| XYZ | 56.07 | 30.04 | 74.79 | - |
| YUV | 138.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 226 | 0 | 0.75 | 0.11 | 0.01 | 308.57 | 0.98 | 0.62 |
| Hex | FD | 40 | E2 | 0 | 4B | B | 1 | 135 | 62 | 3E |
| Octal | 375 | 100 | 342 | 0 | 113 | 13 | 1 | 465 | 142 | 76 |
| Binary | 11111101 | 1000000 | 11100010 | 0 | 1001011 | 1011 | 1 | 100110101 | 1100010 | 111110 |
Color Harmonies of #FD40E2
Complementary color
Monochromatic Colors of #FD40E2
Black with #FD40E2
Text Example
Text Example
White with #FD40E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD40E2; }
p { color: rgb(253,64,226); }
H1.HeaderClassName
{
color: #FD40E2;
}
.AnyTagClassName
{
color: #FD40E2;
}
</style>
background-color css
<style>
a { background-color: #FD40E2; }
a { background-color: rgb(253,64,226); }
div.DivClassName
{
background-color: #FD40E2;
}
.BgClassName
{
background-color: #FD40E2;
}
</style>
border-color css
<style>
span { border-color: #FD40E2; }
span { border-color: rgb(253,64,226); }
td.TdClassName
{
border-color: #FD40E2;
}
.TagClassName
{
border-color: #FD40E2;
}
</style>