Shades of Razzle Dazzle Rose #FD32F1
Tints of Razzle Dazzle Rose #FD32F1
RGB
CMYK
RGB Variations
Color information
#FD32F1 (or 0xFD32F1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and F1. RGB value is (253,50,241). Sum of RGB (Red+Green+Blue) = 253+50+241=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 50 (19.92% from 255 or 9.19% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD32F1 is #02CD0E. Grayscale: #838383. Windows color (decimal): -183567 or 15807229. OLE color: 15807229.
HSL color Cylindrical-coordinate representation of color #FD32F1: hue angle of 303.55º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD32F1 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 241 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.01 |
| HSL | 303.55º | 0.98% | 0.59% | - |
| HSV(B) | 303.55º | 0.8% | 0.99% | - |
| XYZ | 57.53 | 29.51 | 85.88 | - |
| YUV | 132.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 241 | 0 | 0.80 | 0.05 | 0.01 | 303.55 | 0.98 | 0.59 |
| Hex | FD | 32 | F1 | 0 | 50 | 5 | 1 | 130 | 62 | 3B |
| Octal | 375 | 62 | 361 | 0 | 120 | 5 | 1 | 460 | 142 | 73 |
| Binary | 11111101 | 110010 | 11110001 | 0 | 1010000 | 101 | 1 | 100110000 | 1100010 | 111011 |
Color Harmonies of #FD32F1
Complementary color
Monochromatic Colors of #FD32F1
Black with #FD32F1
Text Example
Text Example
White with #FD32F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32F1; }
p { color: rgb(253,50,241); }
H1.HeaderClassName
{
color: #FD32F1;
}
.AnyTagClassName
{
color: #FD32F1;
}
</style>
background-color css
<style>
a { background-color: #FD32F1; }
a { background-color: rgb(253,50,241); }
div.DivClassName
{
background-color: #FD32F1;
}
.BgClassName
{
background-color: #FD32F1;
}
</style>
border-color css
<style>
span { border-color: #FD32F1; }
span { border-color: rgb(253,50,241); }
td.TdClassName
{
border-color: #FD32F1;
}
.TagClassName
{
border-color: #FD32F1;
}
</style>