Shades of Razzle Dazzle Rose #FF3FEB
Tints of Razzle Dazzle Rose #FF3FEB
RGB
CMYK
RGB Variations
Color information
#FF3FEB (or 0xFF3FEB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and EB. RGB value is (255,63,235). Sum of RGB (Red+Green+Blue) = 255+63+235=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 63 (25% from 255 or 11.39% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FEB is #00C014. Grayscale: #8B8B8B. Windows color (decimal): -49173 or 15417343. OLE color: 15417343.
HSL color Cylindrical-coordinate representation of color #FF3FEB: hue angle of 306.25º 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 #FF3FEB is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 235 | - |
| CMYK | 0 | 0.75 | 0.08 | 0 |
| HSL | 306.25º | 1% | 0.62% | - |
| HSV(B) | 306.25º | 0.75% | 1% | - |
| XYZ | 58.01 | 30.81 | 81.49 | - |
| YUV | 140.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 235 | 0 | 0.75 | 0.08 | 0 | 306.25 | 1 | 0.62 |
| Hex | FF | 3F | EB | 0 | 4B | 8 | 0 | 132 | 64 | 3E |
| Octal | 377 | 77 | 353 | 0 | 113 | 10 | 0 | 462 | 144 | 76 |
| Binary | 11111111 | 111111 | 11101011 | 0 | 1001011 | 1000 | 0 | 100110010 | 1100100 | 111110 |
Color Harmonies of #FF3FEB
Complementary color
Monochromatic Colors of #FF3FEB
Black with #FF3FEB
Text Example
Text Example
White with #FF3FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FEB; }
p { color: rgb(255,63,235); }
H1.HeaderClassName
{
color: #FF3FEB;
}
.AnyTagClassName
{
color: #FF3FEB;
}
</style>
background-color css
<style>
a { background-color: #FF3FEB; }
a { background-color: rgb(255,63,235); }
div.DivClassName
{
background-color: #FF3FEB;
}
.BgClassName
{
background-color: #FF3FEB;
}
</style>
border-color css
<style>
span { border-color: #FF3FEB; }
span { border-color: rgb(255,63,235); }
td.TdClassName
{
border-color: #FF3FEB;
}
.TagClassName
{
border-color: #FF3FEB;
}
</style>