Shades of Razzle Dazzle Rose #FD30C4
Tints of Razzle Dazzle Rose #FD30C4
RGB
CMYK
RGB Variations
Color information
#FD30C4 (or 0xFD30C4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and C4. RGB value is (253,48,196). Sum of RGB (Red+Green+Blue) = 253+48+196=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30C4 is #02CF3B. Grayscale: #7D7D7D. Windows color (decimal): -184124 or 12857597. OLE color: 12857597.
HSL color Cylindrical-coordinate representation of color #FD30C4: hue angle of 316.68º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD30C4 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 196 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.01 |
| HSL | 316.68º | 0.98% | 0.59% | - |
| HSV(B) | 316.68º | 0.81% | 0.99% | - |
| XYZ | 51.53 | 26.98 | 54.72 | - |
| YUV | 126.17 | 167.42 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 196 | 0 | 0.81 | 0.23 | 0.01 | 316.68 | 0.98 | 0.59 |
| Hex | FD | 30 | C4 | 0 | 51 | 17 | 1 | 13D | 62 | 3B |
| Octal | 375 | 60 | 304 | 0 | 121 | 27 | 1 | 475 | 142 | 73 |
| Binary | 11111101 | 110000 | 11000100 | 0 | 1010001 | 10111 | 1 | 100111101 | 1100010 | 111011 |
Color Harmonies of #FD30C4
Complementary color
Monochromatic Colors of #FD30C4
Black with #FD30C4
Text Example
Text Example
White with #FD30C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30C4; }
p { color: rgb(253,48,196); }
H1.HeaderClassName
{
color: #FD30C4;
}
.AnyTagClassName
{
color: #FD30C4;
}
</style>
background-color css
<style>
a { background-color: #FD30C4; }
a { background-color: rgb(253,48,196); }
div.DivClassName
{
background-color: #FD30C4;
}
.BgClassName
{
background-color: #FD30C4;
}
</style>
border-color css
<style>
span { border-color: #FD30C4; }
span { border-color: rgb(253,48,196); }
td.TdClassName
{
border-color: #FD30C4;
}
.TagClassName
{
border-color: #FD30C4;
}
</style>