Shades of Razzle Dazzle Rose #FE3DB8
Tints of Razzle Dazzle Rose #FE3DB8
RGB
CMYK
RGB Variations
Color information
#FE3DB8 (or 0xFE3DB8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and B8. RGB value is (254,61,184). Sum of RGB (Red+Green+Blue) = 254+61+184=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DB8 is #01C247. Grayscale: #848484. Windows color (decimal): -115272 or 12074494. OLE color: 12074494.
HSL color Cylindrical-coordinate representation of color #FE3DB8: hue angle of 321.76º 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 #FE3DB8 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 184 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.00 |
| HSL | 321.76º | 0.99% | 0.62% | - |
| HSV(B) | 321.76º | 0.76% | 1% | - |
| XYZ | 51.19 | 27.87 | 48.03 | - |
| YUV | 132.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 184 | 0 | 0.76 | 0.28 | 0.00 | 321.76 | 0.99 | 0.62 |
| Hex | FE | 3D | B8 | 0 | 4C | 1C | 0 | 142 | 63 | 3E |
| Octal | 376 | 75 | 270 | 0 | 114 | 34 | 0 | 502 | 143 | 76 |
| Binary | 11111110 | 111101 | 10111000 | 0 | 1001100 | 11100 | 0 | 101000010 | 1100011 | 111110 |
Color Harmonies of #FE3DB8
Complementary color
Monochromatic Colors of #FE3DB8
Black with #FE3DB8
Text Example
Text Example
White with #FE3DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DB8; }
p { color: rgb(254,61,184); }
H1.HeaderClassName
{
color: #FE3DB8;
}
.AnyTagClassName
{
color: #FE3DB8;
}
</style>
background-color css
<style>
a { background-color: #FE3DB8; }
a { background-color: rgb(254,61,184); }
div.DivClassName
{
background-color: #FE3DB8;
}
.BgClassName
{
background-color: #FE3DB8;
}
</style>
border-color css
<style>
span { border-color: #FE3DB8; }
span { border-color: rgb(254,61,184); }
td.TdClassName
{
border-color: #FE3DB8;
}
.TagClassName
{
border-color: #FE3DB8;
}
</style>