Shades of Razzle Dazzle Rose #FE3DB5
Tints of Razzle Dazzle Rose #FE3DB5
RGB
CMYK
RGB Variations
Color information
#FE3DB5 (or 0xFE3DB5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and B5. RGB value is (254,61,181). Sum of RGB (Red+Green+Blue) = 254+61+181=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DB5 is #01C24A. Grayscale: #848484. Windows color (decimal): -115275 or 11877886. OLE color: 11877886.
HSL color Cylindrical-coordinate representation of color #FE3DB5: hue angle of 322.69º 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 #FE3DB5 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 181 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.00 |
| HSL | 322.69º | 0.99% | 0.62% | - |
| HSV(B) | 322.69º | 0.76% | 1% | - |
| XYZ | 50.88 | 27.74 | 46.39 | - |
| YUV | 132.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 181 | 0 | 0.76 | 0.29 | 0.00 | 322.69 | 0.99 | 0.62 |
| Hex | FE | 3D | B5 | 0 | 4C | 1D | 0 | 143 | 63 | 3E |
| Octal | 376 | 75 | 265 | 0 | 114 | 35 | 0 | 503 | 143 | 76 |
| Binary | 11111110 | 111101 | 10110101 | 0 | 1001100 | 11101 | 0 | 101000011 | 1100011 | 111110 |
Color Harmonies of #FE3DB5
Complementary color
Monochromatic Colors of #FE3DB5
Black with #FE3DB5
Text Example
Text Example
White with #FE3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DB5; }
p { color: rgb(254,61,181); }
H1.HeaderClassName
{
color: #FE3DB5;
}
.AnyTagClassName
{
color: #FE3DB5;
}
</style>
background-color css
<style>
a { background-color: #FE3DB5; }
a { background-color: rgb(254,61,181); }
div.DivClassName
{
background-color: #FE3DB5;
}
.BgClassName
{
background-color: #FE3DB5;
}
</style>
border-color css
<style>
span { border-color: #FE3DB5; }
span { border-color: rgb(254,61,181); }
td.TdClassName
{
border-color: #FE3DB5;
}
.TagClassName
{
border-color: #FE3DB5;
}
</style>