Shades of Razzle Dazzle Rose #FE48C3
Tints of Razzle Dazzle Rose #FE48C3
RGB
CMYK
RGB Variations
Color information
#FE48C3 (or 0xFE48C3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and C3. RGB value is (254,72,195). Sum of RGB (Red+Green+Blue) = 254+72+195=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48C3 is #01B73C. Grayscale: #8C8C8C. Windows color (decimal): -112445 or 12798206. OLE color: 12798206.
HSL color Cylindrical-coordinate representation of color #FE48C3: hue angle of 319.45º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE48C3 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 195 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.00 |
| HSL | 319.45º | 0.99% | 0.64% | - |
| HSV(B) | 319.45º | 0.72% | 1% | - |
| XYZ | 53.04 | 29.65 | 54.56 | - |
| YUV | 140.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 195 | 0 | 0.72 | 0.23 | 0.00 | 319.45 | 0.99 | 0.64 |
| Hex | FE | 48 | C3 | 0 | 48 | 17 | 0 | 13F | 63 | 40 |
| Octal | 376 | 110 | 303 | 0 | 110 | 27 | 0 | 477 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11000011 | 0 | 1001000 | 10111 | 0 | 100111111 | 1100011 | 1000000 |
Color Harmonies of #FE48C3
Complementary color
Monochromatic Colors of #FE48C3
Black with #FE48C3
Text Example
Text Example
White with #FE48C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48C3; }
p { color: rgb(254,72,195); }
H1.HeaderClassName
{
color: #FE48C3;
}
.AnyTagClassName
{
color: #FE48C3;
}
</style>
background-color css
<style>
a { background-color: #FE48C3; }
a { background-color: rgb(254,72,195); }
div.DivClassName
{
background-color: #FE48C3;
}
.BgClassName
{
background-color: #FE48C3;
}
</style>
border-color css
<style>
span { border-color: #FE48C3; }
span { border-color: rgb(254,72,195); }
td.TdClassName
{
border-color: #FE48C3;
}
.TagClassName
{
border-color: #FE48C3;
}
</style>