Shades of Razzle Dazzle Rose #FE28CF
Tints of Razzle Dazzle Rose #FE28CF
RGB
CMYK
RGB Variations
Color information
#FE28CF (or 0xFE28CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 28 and CF. RGB value is (254,40,207). Sum of RGB (Red+Green+Blue) = 254+40+207=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28CF is #01D730. Grayscale: #7A7A7A. Windows color (decimal): -120625 or 13576446. OLE color: 13576446.
HSL color Cylindrical-coordinate representation of color #FE28CF: hue angle of 313.18º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28CF is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 207 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.00 |
| HSL | 313.18º | 0.99% | 0.58% | - |
| HSV(B) | 313.18º | 0.84% | 1% | - |
| XYZ | 52.89 | 27.09 | 61.47 | - |
| YUV | 123.02 | 175.4 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 207 | 0 | 0.84 | 0.19 | 0.00 | 313.18 | 0.99 | 0.58 |
| Hex | FE | 28 | CF | 0 | 54 | 13 | 0 | 139 | 63 | 3A |
| Octal | 376 | 50 | 317 | 0 | 124 | 23 | 0 | 471 | 143 | 72 |
| Binary | 11111110 | 101000 | 11001111 | 0 | 1010100 | 10011 | 0 | 100111001 | 1100011 | 111010 |
Color Harmonies of #FE28CF
Complementary color
Monochromatic Colors of #FE28CF
Black with #FE28CF
Text Example
Text Example
White with #FE28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28CF; }
p { color: rgb(254,40,207); }
H1.HeaderClassName
{
color: #FE28CF;
}
.AnyTagClassName
{
color: #FE28CF;
}
</style>
background-color css
<style>
a { background-color: #FE28CF; }
a { background-color: rgb(254,40,207); }
div.DivClassName
{
background-color: #FE28CF;
}
.BgClassName
{
background-color: #FE28CF;
}
</style>
border-color css
<style>
span { border-color: #FE28CF; }
span { border-color: rgb(254,40,207); }
td.TdClassName
{
border-color: #FE28CF;
}
.TagClassName
{
border-color: #FE28CF;
}
</style>