Shades of Razzle Dazzle Rose #FD45C2
Tints of Razzle Dazzle Rose #FD45C2
RGB
CMYK
RGB Variations
Color information
#FD45C2 (or 0xFD45C2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 45 and C2. RGB value is (253,69,194). Sum of RGB (Red+Green+Blue) = 253+69+194=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD45C2 is #02BA3D. Grayscale: #898989. Windows color (decimal): -178750 or 12731901. OLE color: 12731901.
HSL color Cylindrical-coordinate representation of color #FD45C2: hue angle of 319.24º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD45C2 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 194 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.01 |
| HSL | 319.24º | 0.98% | 0.63% | - |
| HSV(B) | 319.24º | 0.73% | 0.99% | - |
| XYZ | 52.37 | 29.03 | 53.88 | - |
| YUV | 138.27 | 159.46 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 194 | 0 | 0.73 | 0.23 | 0.01 | 319.24 | 0.98 | 0.63 |
| Hex | FD | 45 | C2 | 0 | 49 | 17 | 1 | 13F | 62 | 3F |
| Octal | 375 | 105 | 302 | 0 | 111 | 27 | 1 | 477 | 142 | 77 |
| Binary | 11111101 | 1000101 | 11000010 | 0 | 1001001 | 10111 | 1 | 100111111 | 1100010 | 111111 |
Color Harmonies of #FD45C2
Complementary color
Monochromatic Colors of #FD45C2
Black with #FD45C2
Text Example
Text Example
White with #FD45C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD45C2; }
p { color: rgb(253,69,194); }
H1.HeaderClassName
{
color: #FD45C2;
}
.AnyTagClassName
{
color: #FD45C2;
}
</style>
background-color css
<style>
a { background-color: #FD45C2; }
a { background-color: rgb(253,69,194); }
div.DivClassName
{
background-color: #FD45C2;
}
.BgClassName
{
background-color: #FD45C2;
}
</style>
border-color css
<style>
span { border-color: #FD45C2; }
span { border-color: rgb(253,69,194); }
td.TdClassName
{
border-color: #FD45C2;
}
.TagClassName
{
border-color: #FD45C2;
}
</style>