Shades of Razzle Dazzle Rose #FF3FEE
Tints of Razzle Dazzle Rose #FF3FEE
RGB
CMYK
RGB Variations
Color information
#FF3FEE (or 0xFF3FEE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and EE. RGB value is (255,63,238). Sum of RGB (Red+Green+Blue) = 255+63+238=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 63 (25% from 255 or 11.33% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FEE is #00C011. Grayscale: #8B8B8B. Windows color (decimal): -49170 or 15613951. OLE color: 15613951.
HSL color Cylindrical-coordinate representation of color #FF3FEE: hue angle of 305.31º 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 #FF3FEE is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 238 | - |
| CMYK | 0 | 0.75 | 0.07 | 0 |
| HSL | 305.31º | 1% | 0.62% | - |
| HSV(B) | 305.31º | 0.75% | 1% | - |
| XYZ | 58.45 | 30.99 | 83.79 | - |
| YUV | 140.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 238 | 0 | 0.75 | 0.07 | 0 | 305.31 | 1 | 0.62 |
| Hex | FF | 3F | EE | 0 | 4B | 7 | 0 | 131 | 64 | 3E |
| Octal | 377 | 77 | 356 | 0 | 113 | 7 | 0 | 461 | 144 | 76 |
| Binary | 11111111 | 111111 | 11101110 | 0 | 1001011 | 111 | 0 | 100110001 | 1100100 | 111110 |
Color Harmonies of #FF3FEE
Complementary color
Monochromatic Colors of #FF3FEE
Black with #FF3FEE
Text Example
Text Example
White with #FF3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FEE; }
p { color: rgb(255,63,238); }
H1.HeaderClassName
{
color: #FF3FEE;
}
.AnyTagClassName
{
color: #FF3FEE;
}
</style>
background-color css
<style>
a { background-color: #FF3FEE; }
a { background-color: rgb(255,63,238); }
div.DivClassName
{
background-color: #FF3FEE;
}
.BgClassName
{
background-color: #FF3FEE;
}
</style>
border-color css
<style>
span { border-color: #FF3FEE; }
span { border-color: rgb(255,63,238); }
td.TdClassName
{
border-color: #FF3FEE;
}
.TagClassName
{
border-color: #FF3FEE;
}
</style>