Shades of Razzle Dazzle Rose #FE4FC2
Tints of Razzle Dazzle Rose #FE4FC2
RGB
CMYK
RGB Variations
Color information
#FE4FC2 (or 0xFE4FC2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4F and C2. RGB value is (254,79,194). Sum of RGB (Red+Green+Blue) = 254+79+194=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FC2 is #01B03D. Grayscale: #909090. Windows color (decimal): -110654 or 12734462. OLE color: 12734462.
HSL color Cylindrical-coordinate representation of color #FE4FC2: hue angle of 320.57º 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 #FE4FC2 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 194 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.00 |
| HSL | 320.57º | 0.99% | 0.65% | - |
| HSV(B) | 320.57º | 0.69% | 1% | - |
| XYZ | 53.41 | 30.56 | 54.12 | - |
| YUV | 144.44 | 155.98 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 194 | 0 | 0.69 | 0.24 | 0.00 | 320.57 | 0.99 | 0.65 |
| Hex | FE | 4F | C2 | 0 | 45 | 18 | 0 | 141 | 63 | 41 |
| Octal | 376 | 117 | 302 | 0 | 105 | 30 | 0 | 501 | 143 | 101 |
| Binary | 11111110 | 1001111 | 11000010 | 0 | 1000101 | 11000 | 0 | 101000001 | 1100011 | 1000001 |
Color Harmonies of #FE4FC2
Complementary color
Monochromatic Colors of #FE4FC2
Black with #FE4FC2
Text Example
Text Example
White with #FE4FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FC2; }
p { color: rgb(254,79,194); }
H1.HeaderClassName
{
color: #FE4FC2;
}
.AnyTagClassName
{
color: #FE4FC2;
}
</style>
background-color css
<style>
a { background-color: #FE4FC2; }
a { background-color: rgb(254,79,194); }
div.DivClassName
{
background-color: #FE4FC2;
}
.BgClassName
{
background-color: #FE4FC2;
}
</style>
border-color css
<style>
span { border-color: #FE4FC2; }
span { border-color: rgb(254,79,194); }
td.TdClassName
{
border-color: #FE4FC2;
}
.TagClassName
{
border-color: #FE4FC2;
}
</style>