Shades of Razzle Dazzle Rose #FF2FF6
Tints of Razzle Dazzle Rose #FF2FF6
RGB
CMYK
RGB Variations
Color information
#FF2FF6 (or 0xFF2FF6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2F and F6. RGB value is (255,47,246). Sum of RGB (Red+Green+Blue) = 255+47+246=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 47 (18.75% from 255 or 8.58% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2FF6 is #00D009. Grayscale: #838383. Windows color (decimal): -53258 or 16134143. OLE color: 16134143.
HSL color Cylindrical-coordinate representation of color #FF2FF6: hue angle of 302.6º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FF6 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 246 | - |
| CMYK | 0 | 0.82 | 0.04 | 0 |
| HSL | 302.6º | 1% | 0.59% | - |
| HSV(B) | 302.6º | 0.82% | 1% | - |
| XYZ | 58.89 | 29.95 | 89.87 | - |
| YUV | 131.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 246 | 0 | 0.82 | 0.04 | 0 | 302.6 | 1 | 0.59 |
| Hex | FF | 2F | F6 | 0 | 52 | 4 | 0 | 12F | 64 | 3B |
| Octal | 377 | 57 | 366 | 0 | 122 | 4 | 0 | 457 | 144 | 73 |
| Binary | 11111111 | 101111 | 11110110 | 0 | 1010010 | 100 | 0 | 100101111 | 1100100 | 111011 |
Color Harmonies of #FF2FF6
Complementary color
Monochromatic Colors of #FF2FF6
Black with #FF2FF6
Text Example
Text Example
White with #FF2FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FF6; }
p { color: rgb(255,47,246); }
H1.HeaderClassName
{
color: #FF2FF6;
}
.AnyTagClassName
{
color: #FF2FF6;
}
</style>
background-color css
<style>
a { background-color: #FF2FF6; }
a { background-color: rgb(255,47,246); }
div.DivClassName
{
background-color: #FF2FF6;
}
.BgClassName
{
background-color: #FF2FF6;
}
</style>
border-color css
<style>
span { border-color: #FF2FF6; }
span { border-color: rgb(255,47,246); }
td.TdClassName
{
border-color: #FF2FF6;
}
.TagClassName
{
border-color: #FF2FF6;
}
</style>