Shades of Razzle Dazzle Rose #FE3DF2
Tints of Razzle Dazzle Rose #FE3DF2
RGB
CMYK
RGB Variations
Color information
#FE3DF2 (or 0xFE3DF2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and F2. RGB value is (254,61,242). Sum of RGB (Red+Green+Blue) = 254+61+242=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 61 (24.22% from 255 or 10.95% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DF2 is #01C20D. Grayscale: #8A8A8A. Windows color (decimal): -115214 or 15875582. OLE color: 15875582.
HSL color Cylindrical-coordinate representation of color #FE3DF2: hue angle of 303.73º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DF2 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 242 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.00 |
| HSL | 303.73º | 0.99% | 0.62% | - |
| HSV(B) | 303.73º | 0.76% | 1% | - |
| XYZ | 58.57 | 30.82 | 86.87 | - |
| YUV | 139.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 242 | 0 | 0.76 | 0.05 | 0.00 | 303.73 | 0.99 | 0.62 |
| Hex | FE | 3D | F2 | 0 | 4C | 5 | 0 | 130 | 63 | 3E |
| Octal | 376 | 75 | 362 | 0 | 114 | 5 | 0 | 460 | 143 | 76 |
| Binary | 11111110 | 111101 | 11110010 | 0 | 1001100 | 101 | 0 | 100110000 | 1100011 | 111110 |
Color Harmonies of #FE3DF2
Complementary color
Monochromatic Colors of #FE3DF2
Black with #FE3DF2
Text Example
Text Example
White with #FE3DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DF2; }
p { color: rgb(254,61,242); }
H1.HeaderClassName
{
color: #FE3DF2;
}
.AnyTagClassName
{
color: #FE3DF2;
}
</style>
background-color css
<style>
a { background-color: #FE3DF2; }
a { background-color: rgb(254,61,242); }
div.DivClassName
{
background-color: #FE3DF2;
}
.BgClassName
{
background-color: #FE3DF2;
}
</style>
border-color css
<style>
span { border-color: #FE3DF2; }
span { border-color: rgb(254,61,242); }
td.TdClassName
{
border-color: #FE3DF2;
}
.TagClassName
{
border-color: #FE3DF2;
}
</style>