Shades of Razzle Dazzle Rose #FE45CC
Tints of Razzle Dazzle Rose #FE45CC
RGB
CMYK
RGB Variations
Color information
#FE45CC (or 0xFE45CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 45 and CC. RGB value is (254,69,204). Sum of RGB (Red+Green+Blue) = 254+69+204=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 69 (27.34% from 255 or 13.09% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE45CC is #01BA33. Grayscale: #8B8B8B. Windows color (decimal): -113204 or 13387262. OLE color: 13387262.
HSL color Cylindrical-coordinate representation of color #FE45CC: hue angle of 316.22º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE45CC is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 204 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.00 |
| HSL | 316.22º | 0.99% | 0.63% | - |
| HSV(B) | 316.22º | 0.73% | 1% | - |
| XYZ | 53.9 | 29.69 | 60.02 | - |
| YUV | 139.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 204 | 0 | 0.73 | 0.20 | 0.00 | 316.22 | 0.99 | 0.63 |
| Hex | FE | 45 | CC | 0 | 49 | 14 | 0 | 13C | 63 | 3F |
| Octal | 376 | 105 | 314 | 0 | 111 | 24 | 0 | 474 | 143 | 77 |
| Binary | 11111110 | 1000101 | 11001100 | 0 | 1001001 | 10100 | 0 | 100111100 | 1100011 | 111111 |
Color Harmonies of #FE45CC
Complementary color
Monochromatic Colors of #FE45CC
Black with #FE45CC
Text Example
Text Example
White with #FE45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE45CC; }
p { color: rgb(254,69,204); }
H1.HeaderClassName
{
color: #FE45CC;
}
.AnyTagClassName
{
color: #FE45CC;
}
</style>
background-color css
<style>
a { background-color: #FE45CC; }
a { background-color: rgb(254,69,204); }
div.DivClassName
{
background-color: #FE45CC;
}
.BgClassName
{
background-color: #FE45CC;
}
</style>
border-color css
<style>
span { border-color: #FE45CC; }
span { border-color: rgb(254,69,204); }
td.TdClassName
{
border-color: #FE45CC;
}
.TagClassName
{
border-color: #FE45CC;
}
</style>