Shades of Razzle Dazzle Rose #FF3FDF
Tints of Razzle Dazzle Rose #FF3FDF
RGB
CMYK
RGB Variations
Color information
#FF3FDF (or 0xFF3FDF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and DF. RGB value is (255,63,223). Sum of RGB (Red+Green+Blue) = 255+63+223=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 63 (25% from 255 or 11.65% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FDF is #00C020. Grayscale: #8A8A8A. Windows color (decimal): -49185 or 14630911. OLE color: 14630911.
HSL color Cylindrical-coordinate representation of color #FF3FDF: hue angle of 310º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FDF is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 223 | - |
| CMYK | 0 | 0.75 | 0.13 | 0 |
| HSL | 310º | 1% | 0.62% | - |
| HSV(B) | 310º | 0.75% | 1% | - |
| XYZ | 56.34 | 30.14 | 72.66 | - |
| YUV | 138.65 | 175.61 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 223 | 0 | 0.75 | 0.13 | 0 | 310 | 1 | 0.62 |
| Hex | FF | 3F | DF | 0 | 4B | D | 0 | 136 | 64 | 3E |
| Octal | 377 | 77 | 337 | 0 | 113 | 15 | 0 | 466 | 144 | 76 |
| Binary | 11111111 | 111111 | 11011111 | 0 | 1001011 | 1101 | 0 | 100110110 | 1100100 | 111110 |
Color Harmonies of #FF3FDF
Complementary color
Monochromatic Colors of #FF3FDF
Black with #FF3FDF
Text Example
Text Example
White with #FF3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FDF; }
p { color: rgb(255,63,223); }
H1.HeaderClassName
{
color: #FF3FDF;
}
.AnyTagClassName
{
color: #FF3FDF;
}
</style>
background-color css
<style>
a { background-color: #FF3FDF; }
a { background-color: rgb(255,63,223); }
div.DivClassName
{
background-color: #FF3FDF;
}
.BgClassName
{
background-color: #FF3FDF;
}
</style>
border-color css
<style>
span { border-color: #FF3FDF; }
span { border-color: rgb(255,63,223); }
td.TdClassName
{
border-color: #FF3FDF;
}
.TagClassName
{
border-color: #FF3FDF;
}
</style>