Shades of Razzle Dazzle Rose #FE3CF3
Tints of Razzle Dazzle Rose #FE3CF3
RGB
CMYK
RGB Variations
Color information
#FE3CF3 (or 0xFE3CF3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and F3. RGB value is (254,60,243). Sum of RGB (Red+Green+Blue) = 254+60+243=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 60 (23.83% from 255 or 10.77% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3CF3 is #01C30C. Grayscale: #8A8A8A. Windows color (decimal): -115469 or 15940862. OLE color: 15940862.
HSL color Cylindrical-coordinate representation of color #FE3CF3: hue angle of 303.4º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3CF3 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 243 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.00 |
| HSL | 303.4º | 0.99% | 0.62% | - |
| HSV(B) | 303.4º | 0.76% | 1% | - |
| XYZ | 58.67 | 30.77 | 87.64 | - |
| YUV | 138.87 | 186.77 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 243 | 0 | 0.76 | 0.04 | 0.00 | 303.4 | 0.99 | 0.62 |
| Hex | FE | 3C | F3 | 0 | 4C | 4 | 0 | 12F | 63 | 3E |
| Octal | 376 | 74 | 363 | 0 | 114 | 4 | 0 | 457 | 143 | 76 |
| Binary | 11111110 | 111100 | 11110011 | 0 | 1001100 | 100 | 0 | 100101111 | 1100011 | 111110 |
Color Harmonies of #FE3CF3
Complementary color
Monochromatic Colors of #FE3CF3
Black with #FE3CF3
Text Example
Text Example
White with #FE3CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CF3; }
p { color: rgb(254,60,243); }
H1.HeaderClassName
{
color: #FE3CF3;
}
.AnyTagClassName
{
color: #FE3CF3;
}
</style>
background-color css
<style>
a { background-color: #FE3CF3; }
a { background-color: rgb(254,60,243); }
div.DivClassName
{
background-color: #FE3CF3;
}
.BgClassName
{
background-color: #FE3CF3;
}
</style>
border-color css
<style>
span { border-color: #FE3CF3; }
span { border-color: rgb(254,60,243); }
td.TdClassName
{
border-color: #FE3CF3;
}
.TagClassName
{
border-color: #FE3CF3;
}
</style>