Shades of Razzle Dazzle Rose #FD40B8
Tints of Razzle Dazzle Rose #FD40B8
RGB
CMYK
RGB Variations
Color information
#FD40B8 (or 0xFD40B8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 40 and B8. RGB value is (253,64,184). Sum of RGB (Red+Green+Blue) = 253+64+184=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD40B8 is #02BF47. Grayscale: #858585. Windows color (decimal): -180040 or 12075261. OLE color: 12075261.
HSL color Cylindrical-coordinate representation of color #FD40B8: hue angle of 321.9º 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 #FD40B8 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 184 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.01 |
| HSL | 321.9º | 0.98% | 0.62% | - |
| HSV(B) | 321.9º | 0.75% | 0.99% | - |
| XYZ | 50.99 | 28.01 | 48.07 | - |
| YUV | 134.19 | 156.12 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 184 | 0 | 0.75 | 0.27 | 0.01 | 321.9 | 0.98 | 0.62 |
| Hex | FD | 40 | B8 | 0 | 4B | 1B | 1 | 142 | 62 | 3E |
| Octal | 375 | 100 | 270 | 0 | 113 | 33 | 1 | 502 | 142 | 76 |
| Binary | 11111101 | 1000000 | 10111000 | 0 | 1001011 | 11011 | 1 | 101000010 | 1100010 | 111110 |
Color Harmonies of #FD40B8
Complementary color
Monochromatic Colors of #FD40B8
Black with #FD40B8
Text Example
Text Example
White with #FD40B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD40B8; }
p { color: rgb(253,64,184); }
H1.HeaderClassName
{
color: #FD40B8;
}
.AnyTagClassName
{
color: #FD40B8;
}
</style>
background-color css
<style>
a { background-color: #FD40B8; }
a { background-color: rgb(253,64,184); }
div.DivClassName
{
background-color: #FD40B8;
}
.BgClassName
{
background-color: #FD40B8;
}
</style>
border-color css
<style>
span { border-color: #FD40B8; }
span { border-color: rgb(253,64,184); }
td.TdClassName
{
border-color: #FD40B8;
}
.TagClassName
{
border-color: #FD40B8;
}
</style>