Shades of Razzle Dazzle Rose #FF3FD1
Tints of Razzle Dazzle Rose #FF3FD1
RGB
CMYK
RGB Variations
Color information
#FF3FD1 (or 0xFF3FD1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and D1. RGB value is (255,63,209). Sum of RGB (Red+Green+Blue) = 255+63+209=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 63 (25% from 255 or 11.95% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FD1 is #00C02E. Grayscale: #888888. Windows color (decimal): -49199 or 13713407. OLE color: 13713407.
HSL color Cylindrical-coordinate representation of color #FF3FD1: hue angle of 314.38º 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 #FF3FD1 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 209 | - |
| CMYK | 0 | 0.75 | 0.18 | 0 |
| HSL | 314.38º | 1% | 0.62% | - |
| HSV(B) | 314.38º | 0.75% | 1% | - |
| XYZ | 54.53 | 29.42 | 63.13 | - |
| YUV | 137.05 | 168.61 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 209 | 0 | 0.75 | 0.18 | 0 | 314.38 | 1 | 0.62 |
| Hex | FF | 3F | D1 | 0 | 4B | 12 | 0 | 13A | 64 | 3E |
| Octal | 377 | 77 | 321 | 0 | 113 | 22 | 0 | 472 | 144 | 76 |
| Binary | 11111111 | 111111 | 11010001 | 0 | 1001011 | 10010 | 0 | 100111010 | 1100100 | 111110 |
Color Harmonies of #FF3FD1
Complementary color
Monochromatic Colors of #FF3FD1
Black with #FF3FD1
Text Example
Text Example
White with #FF3FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FD1; }
p { color: rgb(255,63,209); }
H1.HeaderClassName
{
color: #FF3FD1;
}
.AnyTagClassName
{
color: #FF3FD1;
}
</style>
background-color css
<style>
a { background-color: #FF3FD1; }
a { background-color: rgb(255,63,209); }
div.DivClassName
{
background-color: #FF3FD1;
}
.BgClassName
{
background-color: #FF3FD1;
}
</style>
border-color css
<style>
span { border-color: #FF3FD1; }
span { border-color: rgb(255,63,209); }
td.TdClassName
{
border-color: #FF3FD1;
}
.TagClassName
{
border-color: #FF3FD1;
}
</style>