Shades of Razzle Dazzle Rose #FF1FE4
Tints of Razzle Dazzle Rose #FF1FE4
RGB
CMYK
RGB Variations
Color information
#FF1FE4 (or 0xFF1FE4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1F and E4. RGB value is (255,31,228). Sum of RGB (Red+Green+Blue) = 255+31+228=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 31 (12.5% from 255 or 6.03% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1FE4 is #00E01B. Grayscale: #777777. Windows color (decimal): -57372 or 14950399. OLE color: 14950399.
HSL color Cylindrical-coordinate representation of color #FF1FE4: hue angle of 307.23º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FE4 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 228 | - |
| CMYK | 0 | 0.88 | 0.11 | 0 |
| HSL | 307.23º | 1% | 0.56% | - |
| HSV(B) | 307.23º | 0.88% | 1% | - |
| XYZ | 55.73 | 27.84 | 75.84 | - |
| YUV | 120.43 | 188.71 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 228 | 0 | 0.88 | 0.11 | 0 | 307.23 | 1 | 0.56 |
| Hex | FF | 1F | E4 | 0 | 58 | B | 0 | 133 | 64 | 38 |
| Octal | 377 | 37 | 344 | 0 | 130 | 13 | 0 | 463 | 144 | 70 |
| Binary | 11111111 | 11111 | 11100100 | 0 | 1011000 | 1011 | 0 | 100110011 | 1100100 | 111000 |
Color Harmonies of #FF1FE4
Complementary color
Monochromatic Colors of #FF1FE4
Black with #FF1FE4
Text Example
Text Example
White with #FF1FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FE4; }
p { color: rgb(255,31,228); }
H1.HeaderClassName
{
color: #FF1FE4;
}
.AnyTagClassName
{
color: #FF1FE4;
}
</style>
background-color css
<style>
a { background-color: #FF1FE4; }
a { background-color: rgb(255,31,228); }
div.DivClassName
{
background-color: #FF1FE4;
}
.BgClassName
{
background-color: #FF1FE4;
}
</style>
border-color css
<style>
span { border-color: #FF1FE4; }
span { border-color: rgb(255,31,228); }
td.TdClassName
{
border-color: #FF1FE4;
}
.TagClassName
{
border-color: #FF1FE4;
}
</style>