Shades of Razzle Dazzle Rose #FE2FCF
Tints of Razzle Dazzle Rose #FE2FCF
RGB
CMYK
RGB Variations
Color information
#FE2FCF (or 0xFE2FCF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and CF. RGB value is (254,47,207). Sum of RGB (Red+Green+Blue) = 254+47+207=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 47 (18.75% from 255 or 9.25% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FCF is #01D030. Grayscale: #7E7E7E. Windows color (decimal): -118833 or 13578238. OLE color: 13578238.
HSL color Cylindrical-coordinate representation of color #FE2FCF: hue angle of 313.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FCF is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 207 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.00 |
| HSL | 313.62º | 0.99% | 0.59% | - |
| HSV(B) | 313.62º | 0.81% | 1% | - |
| XYZ | 53.15 | 27.61 | 61.56 | - |
| YUV | 127.13 | 173.08 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 207 | 0 | 0.81 | 0.19 | 0.00 | 313.62 | 0.99 | 0.59 |
| Hex | FE | 2F | CF | 0 | 51 | 13 | 0 | 13A | 63 | 3B |
| Octal | 376 | 57 | 317 | 0 | 121 | 23 | 0 | 472 | 143 | 73 |
| Binary | 11111110 | 101111 | 11001111 | 0 | 1010001 | 10011 | 0 | 100111010 | 1100011 | 111011 |
Color Harmonies of #FE2FCF
Complementary color
Monochromatic Colors of #FE2FCF
Black with #FE2FCF
Text Example
Text Example
White with #FE2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FCF; }
p { color: rgb(254,47,207); }
H1.HeaderClassName
{
color: #FE2FCF;
}
.AnyTagClassName
{
color: #FE2FCF;
}
</style>
background-color css
<style>
a { background-color: #FE2FCF; }
a { background-color: rgb(254,47,207); }
div.DivClassName
{
background-color: #FE2FCF;
}
.BgClassName
{
background-color: #FE2FCF;
}
</style>
border-color css
<style>
span { border-color: #FE2FCF; }
span { border-color: rgb(254,47,207); }
td.TdClassName
{
border-color: #FE2FCF;
}
.TagClassName
{
border-color: #FE2FCF;
}
</style>