Shades of Razzle Dazzle Rose #FE3CC3
Tints of Razzle Dazzle Rose #FE3CC3
RGB
CMYK
RGB Variations
Color information
#FE3CC3 (or 0xFE3CC3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and C3. RGB value is (254,60,195). Sum of RGB (Red+Green+Blue) = 254+60+195=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CC3 is #01C33C. Grayscale: #858585. Windows color (decimal): -115517 or 12795134. OLE color: 12795134.
HSL color Cylindrical-coordinate representation of color #FE3CC3: hue angle of 318.25º 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 #FE3CC3 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 195 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.00 |
| HSL | 318.25º | 0.99% | 0.62% | - |
| HSV(B) | 318.25º | 0.76% | 1% | - |
| XYZ | 52.34 | 28.24 | 54.32 | - |
| YUV | 133.4 | 162.77 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 195 | 0 | 0.76 | 0.23 | 0.00 | 318.25 | 0.99 | 0.62 |
| Hex | FE | 3C | C3 | 0 | 4C | 17 | 0 | 13E | 63 | 3E |
| Octal | 376 | 74 | 303 | 0 | 114 | 27 | 0 | 476 | 143 | 76 |
| Binary | 11111110 | 111100 | 11000011 | 0 | 1001100 | 10111 | 0 | 100111110 | 1100011 | 111110 |
Color Harmonies of #FE3CC3
Complementary color
Monochromatic Colors of #FE3CC3
Black with #FE3CC3
Text Example
Text Example
White with #FE3CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CC3; }
p { color: rgb(254,60,195); }
H1.HeaderClassName
{
color: #FE3CC3;
}
.AnyTagClassName
{
color: #FE3CC3;
}
</style>
background-color css
<style>
a { background-color: #FE3CC3; }
a { background-color: rgb(254,60,195); }
div.DivClassName
{
background-color: #FE3CC3;
}
.BgClassName
{
background-color: #FE3CC3;
}
</style>
border-color css
<style>
span { border-color: #FE3CC3; }
span { border-color: rgb(254,60,195); }
td.TdClassName
{
border-color: #FE3CC3;
}
.TagClassName
{
border-color: #FE3CC3;
}
</style>