Shades of Razzle Dazzle Rose #FF3FE5
Tints of Razzle Dazzle Rose #FF3FE5
RGB
CMYK
RGB Variations
Color information
#FF3FE5 (or 0xFF3FE5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and E5. RGB value is (255,63,229). Sum of RGB (Red+Green+Blue) = 255+63+229=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 63 (25% from 255 or 11.52% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FE5 is #00C01A. Grayscale: #8A8A8A. Windows color (decimal): -49179 or 15024127. OLE color: 15024127.
HSL color Cylindrical-coordinate representation of color #FF3FE5: hue angle of 308.12º 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 #FF3FE5 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 229 | - |
| CMYK | 0 | 0.75 | 0.10 | 0 |
| HSL | 308.13º | 1% | 0.62% | - |
| HSV(B) | 308.13º | 0.75% | 1% | - |
| XYZ | 57.16 | 30.47 | 77 | - |
| YUV | 139.33 | 178.61 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 229 | 0 | 0.75 | 0.10 | 0 | 308.13 | 1 | 0.62 |
| Hex | FF | 3F | E5 | 0 | 4B | A | 0 | 134 | 64 | 3E |
| Octal | 377 | 77 | 345 | 0 | 113 | 12 | 0 | 464 | 144 | 76 |
| Binary | 11111111 | 111111 | 11100101 | 0 | 1001011 | 1010 | 0 | 100110100 | 1100100 | 111110 |
Color Harmonies of #FF3FE5
Complementary color
Monochromatic Colors of #FF3FE5
Black with #FF3FE5
Text Example
Text Example
White with #FF3FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FE5; }
p { color: rgb(255,63,229); }
H1.HeaderClassName
{
color: #FF3FE5;
}
.AnyTagClassName
{
color: #FF3FE5;
}
</style>
background-color css
<style>
a { background-color: #FF3FE5; }
a { background-color: rgb(255,63,229); }
div.DivClassName
{
background-color: #FF3FE5;
}
.BgClassName
{
background-color: #FF3FE5;
}
</style>
border-color css
<style>
span { border-color: #FF3FE5; }
span { border-color: rgb(255,63,229); }
td.TdClassName
{
border-color: #FF3FE5;
}
.TagClassName
{
border-color: #FF3FE5;
}
</style>