Shades of Razzle Dazzle Rose #FE3CCF
Tints of Razzle Dazzle Rose #FE3CCF
RGB
CMYK
RGB Variations
Color information
#FE3CCF (or 0xFE3CCF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and CF. RGB value is (254,60,207). Sum of RGB (Red+Green+Blue) = 254+60+207=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CCF is #01C330. Grayscale: #868686. Windows color (decimal): -115505 or 13581566. OLE color: 13581566.
HSL color Cylindrical-coordinate representation of color #FE3CCF: hue angle of 314.54º 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 #FE3CCF is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 207 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.00 |
| HSL | 314.54º | 0.99% | 0.62% | - |
| HSV(B) | 314.54º | 0.76% | 1% | - |
| XYZ | 53.75 | 28.81 | 61.76 | - |
| YUV | 134.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 207 | 0 | 0.76 | 0.19 | 0.00 | 314.54 | 0.99 | 0.62 |
| Hex | FE | 3C | CF | 0 | 4C | 13 | 0 | 13B | 63 | 3E |
| Octal | 376 | 74 | 317 | 0 | 114 | 23 | 0 | 473 | 143 | 76 |
| Binary | 11111110 | 111100 | 11001111 | 0 | 1001100 | 10011 | 0 | 100111011 | 1100011 | 111110 |
Color Harmonies of #FE3CCF
Complementary color
Monochromatic Colors of #FE3CCF
Black with #FE3CCF
Text Example
Text Example
White with #FE3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CCF; }
p { color: rgb(254,60,207); }
H1.HeaderClassName
{
color: #FE3CCF;
}
.AnyTagClassName
{
color: #FE3CCF;
}
</style>
background-color css
<style>
a { background-color: #FE3CCF; }
a { background-color: rgb(254,60,207); }
div.DivClassName
{
background-color: #FE3CCF;
}
.BgClassName
{
background-color: #FE3CCF;
}
</style>
border-color css
<style>
span { border-color: #FE3CCF; }
span { border-color: rgb(254,60,207); }
td.TdClassName
{
border-color: #FE3CCF;
}
.TagClassName
{
border-color: #FE3CCF;
}
</style>