Shades of Razzle Dazzle Rose #FE3ACF
Tints of Razzle Dazzle Rose #FE3ACF
RGB
CMYK
RGB Variations
Color information
#FE3ACF (or 0xFE3ACF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3A and CF. RGB value is (254,58,207). Sum of RGB (Red+Green+Blue) = 254+58+207=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ACF is #01C530. Grayscale: #858585. Windows color (decimal): -116017 or 13581054. OLE color: 13581054.
HSL color Cylindrical-coordinate representation of color #FE3ACF: hue angle of 314.39º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3ACF is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 207 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.00 |
| HSL | 314.39º | 0.99% | 0.61% | - |
| HSV(B) | 314.39º | 0.77% | 1% | - |
| XYZ | 53.65 | 28.6 | 61.72 | - |
| YUV | 133.59 | 169.43 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 207 | 0 | 0.77 | 0.19 | 0.00 | 314.39 | 0.99 | 0.61 |
| Hex | FE | 3A | CF | 0 | 4D | 13 | 0 | 13A | 63 | 3D |
| Octal | 376 | 72 | 317 | 0 | 115 | 23 | 0 | 472 | 143 | 75 |
| Binary | 11111110 | 111010 | 11001111 | 0 | 1001101 | 10011 | 0 | 100111010 | 1100011 | 111101 |
Color Harmonies of #FE3ACF
Complementary color
Monochromatic Colors of #FE3ACF
Black with #FE3ACF
Text Example
Text Example
White with #FE3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ACF; }
p { color: rgb(254,58,207); }
H1.HeaderClassName
{
color: #FE3ACF;
}
.AnyTagClassName
{
color: #FE3ACF;
}
</style>
background-color css
<style>
a { background-color: #FE3ACF; }
a { background-color: rgb(254,58,207); }
div.DivClassName
{
background-color: #FE3ACF;
}
.BgClassName
{
background-color: #FE3ACF;
}
</style>
border-color css
<style>
span { border-color: #FE3ACF; }
span { border-color: rgb(254,58,207); }
td.TdClassName
{
border-color: #FE3ACF;
}
.TagClassName
{
border-color: #FE3ACF;
}
</style>