Shades of Razzle Dazzle Rose #FD2CF0
Tints of Razzle Dazzle Rose #FD2CF0
RGB
CMYK
RGB Variations
Color information
#FD2CF0 (or 0xFD2CF0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and F0. RGB value is (253,44,240). Sum of RGB (Red+Green+Blue) = 253+44+240=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 44 (17.58% from 255 or 8.19% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2CF0 is #02D30F. Grayscale: #808080. Windows color (decimal): -185104 or 15740157. OLE color: 15740157.
HSL color Cylindrical-coordinate representation of color #FD2CF0: hue angle of 303.73º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2CF0 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 240 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.01 |
| HSL | 303.73º | 0.98% | 0.58% | - |
| HSV(B) | 303.73º | 0.83% | 0.99% | - |
| XYZ | 57.14 | 28.98 | 85.02 | - |
| YUV | 128.84 | 190.74 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 240 | 0 | 0.83 | 0.05 | 0.01 | 303.73 | 0.98 | 0.58 |
| Hex | FD | 2C | F0 | 0 | 53 | 5 | 1 | 130 | 62 | 3A |
| Octal | 375 | 54 | 360 | 0 | 123 | 5 | 1 | 460 | 142 | 72 |
| Binary | 11111101 | 101100 | 11110000 | 0 | 1010011 | 101 | 1 | 100110000 | 1100010 | 111010 |
Color Harmonies of #FD2CF0
Complementary color
Monochromatic Colors of #FD2CF0
Black with #FD2CF0
Text Example
Text Example
White with #FD2CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CF0; }
p { color: rgb(253,44,240); }
H1.HeaderClassName
{
color: #FD2CF0;
}
.AnyTagClassName
{
color: #FD2CF0;
}
</style>
background-color css
<style>
a { background-color: #FD2CF0; }
a { background-color: rgb(253,44,240); }
div.DivClassName
{
background-color: #FD2CF0;
}
.BgClassName
{
background-color: #FD2CF0;
}
</style>
border-color css
<style>
span { border-color: #FD2CF0; }
span { border-color: rgb(253,44,240); }
td.TdClassName
{
border-color: #FD2CF0;
}
.TagClassName
{
border-color: #FD2CF0;
}
</style>