Shades of Razzle Dazzle Rose #FF3FEF
Tints of Razzle Dazzle Rose #FF3FEF
RGB
CMYK
RGB Variations
Color information
#FF3FEF (or 0xFF3FEF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and EF. RGB value is (255,63,239). Sum of RGB (Red+Green+Blue) = 255+63+239=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 63 (25% from 255 or 11.31% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FEF is #00C010. Grayscale: #8B8B8B. Windows color (decimal): -49169 or 15679487. OLE color: 15679487.
HSL color Cylindrical-coordinate representation of color #FF3FEF: hue angle of 305º 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 #FF3FEF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 239 | - |
| CMYK | 0 | 0.75 | 0.06 | 0 |
| HSL | 305º | 1% | 0.62% | - |
| HSV(B) | 305º | 0.75% | 1% | - |
| XYZ | 58.6 | 31.05 | 84.57 | - |
| YUV | 140.47 | 183.61 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 239 | 0 | 0.75 | 0.06 | 0 | 305 | 1 | 0.62 |
| Hex | FF | 3F | EF | 0 | 4B | 6 | 0 | 131 | 64 | 3E |
| Octal | 377 | 77 | 357 | 0 | 113 | 6 | 0 | 461 | 144 | 76 |
| Binary | 11111111 | 111111 | 11101111 | 0 | 1001011 | 110 | 0 | 100110001 | 1100100 | 111110 |
Color Harmonies of #FF3FEF
Complementary color
Monochromatic Colors of #FF3FEF
Black with #FF3FEF
Text Example
Text Example
White with #FF3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FEF; }
p { color: rgb(255,63,239); }
H1.HeaderClassName
{
color: #FF3FEF;
}
.AnyTagClassName
{
color: #FF3FEF;
}
</style>
background-color css
<style>
a { background-color: #FF3FEF; }
a { background-color: rgb(255,63,239); }
div.DivClassName
{
background-color: #FF3FEF;
}
.BgClassName
{
background-color: #FF3FEF;
}
</style>
border-color css
<style>
span { border-color: #FF3FEF; }
span { border-color: rgb(255,63,239); }
td.TdClassName
{
border-color: #FF3FEF;
}
.TagClassName
{
border-color: #FF3FEF;
}
</style>