Shades of Razzle Dazzle Rose #FE1FCC
Tints of Razzle Dazzle Rose #FE1FCC
RGB
CMYK
RGB Variations
Color information
#FE1FCC (or 0xFE1FCC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1F and CC. RGB value is (254,31,204). Sum of RGB (Red+Green+Blue) = 254+31+204=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 31 (12.5% from 255 or 6.34% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FCC is #01E033. Grayscale: #747474. Windows color (decimal): -122932 or 13377534. OLE color: 13377534.
HSL color Cylindrical-coordinate representation of color #FE1FCC: hue angle of 313.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FCC is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 204 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.00 |
| HSL | 313.45º | 0.99% | 0.56% | - |
| HSV(B) | 313.45º | 0.88% | 1% | - |
| XYZ | 52.26 | 26.41 | 59.47 | - |
| YUV | 117.4 | 176.88 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 204 | 0 | 0.88 | 0.20 | 0.00 | 313.45 | 0.99 | 0.56 |
| Hex | FE | 1F | CC | 0 | 58 | 14 | 0 | 139 | 63 | 38 |
| Octal | 376 | 37 | 314 | 0 | 130 | 24 | 0 | 471 | 143 | 70 |
| Binary | 11111110 | 11111 | 11001100 | 0 | 1011000 | 10100 | 0 | 100111001 | 1100011 | 111000 |
Color Harmonies of #FE1FCC
Complementary color
Monochromatic Colors of #FE1FCC
Black with #FE1FCC
Text Example
Text Example
White with #FE1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FCC; }
p { color: rgb(254,31,204); }
H1.HeaderClassName
{
color: #FE1FCC;
}
.AnyTagClassName
{
color: #FE1FCC;
}
</style>
background-color css
<style>
a { background-color: #FE1FCC; }
a { background-color: rgb(254,31,204); }
div.DivClassName
{
background-color: #FE1FCC;
}
.BgClassName
{
background-color: #FE1FCC;
}
</style>
border-color css
<style>
span { border-color: #FE1FCC; }
span { border-color: rgb(254,31,204); }
td.TdClassName
{
border-color: #FE1FCC;
}
.TagClassName
{
border-color: #FE1FCC;
}
</style>