Shades of Razzle Dazzle Rose #FE4FC1
Tints of Razzle Dazzle Rose #FE4FC1
RGB
CMYK
RGB Variations
Color information
#FE4FC1 (or 0xFE4FC1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4F and C1. RGB value is (254,79,193). Sum of RGB (Red+Green+Blue) = 254+79+193=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FC1 is #01B03E. Grayscale: #909090. Windows color (decimal): -110655 or 12668926. OLE color: 12668926.
HSL color Cylindrical-coordinate representation of color #FE4FC1: hue angle of 320.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4FC1 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 193 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.00 |
| HSL | 320.91º | 0.99% | 0.65% | - |
| HSV(B) | 320.91º | 0.69% | 1% | - |
| XYZ | 53.29 | 30.51 | 53.53 | - |
| YUV | 144.32 | 155.48 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 193 | 0 | 0.69 | 0.24 | 0.00 | 320.91 | 0.99 | 0.65 |
| Hex | FE | 4F | C1 | 0 | 45 | 18 | 0 | 141 | 63 | 41 |
| Octal | 376 | 117 | 301 | 0 | 105 | 30 | 0 | 501 | 143 | 101 |
| Binary | 11111110 | 1001111 | 11000001 | 0 | 1000101 | 11000 | 0 | 101000001 | 1100011 | 1000001 |
Color Harmonies of #FE4FC1
Complementary color
Monochromatic Colors of #FE4FC1
Black with #FE4FC1
Text Example
Text Example
White with #FE4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FC1; }
p { color: rgb(254,79,193); }
H1.HeaderClassName
{
color: #FE4FC1;
}
.AnyTagClassName
{
color: #FE4FC1;
}
</style>
background-color css
<style>
a { background-color: #FE4FC1; }
a { background-color: rgb(254,79,193); }
div.DivClassName
{
background-color: #FE4FC1;
}
.BgClassName
{
background-color: #FE4FC1;
}
</style>
border-color css
<style>
span { border-color: #FE4FC1; }
span { border-color: rgb(254,79,193); }
td.TdClassName
{
border-color: #FE4FC1;
}
.TagClassName
{
border-color: #FE4FC1;
}
</style>