Shades of Razzle Dazzle Rose #FE30CC
Tints of Razzle Dazzle Rose #FE30CC
RGB
CMYK
RGB Variations
Color information
#FE30CC (or 0xFE30CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and CC. RGB value is (254,48,204). Sum of RGB (Red+Green+Blue) = 254+48+204=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30CC is #01CF33. Grayscale: #7E7E7E. Windows color (decimal): -118580 or 13381886. OLE color: 13381886.
HSL color Cylindrical-coordinate representation of color #FE30CC: hue angle of 314.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE30CC is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 204 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.00 |
| HSL | 314.56º | 0.99% | 0.59% | - |
| HSV(B) | 314.56º | 0.81% | 1% | - |
| XYZ | 52.83 | 27.54 | 59.66 | - |
| YUV | 127.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 204 | 0 | 0.81 | 0.20 | 0.00 | 314.56 | 0.99 | 0.59 |
| Hex | FE | 30 | CC | 0 | 51 | 14 | 0 | 13B | 63 | 3B |
| Octal | 376 | 60 | 314 | 0 | 121 | 24 | 0 | 473 | 143 | 73 |
| Binary | 11111110 | 110000 | 11001100 | 0 | 1010001 | 10100 | 0 | 100111011 | 1100011 | 111011 |
Color Harmonies of #FE30CC
Complementary color
Monochromatic Colors of #FE30CC
Black with #FE30CC
Text Example
Text Example
White with #FE30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30CC; }
p { color: rgb(254,48,204); }
H1.HeaderClassName
{
color: #FE30CC;
}
.AnyTagClassName
{
color: #FE30CC;
}
</style>
background-color css
<style>
a { background-color: #FE30CC; }
a { background-color: rgb(254,48,204); }
div.DivClassName
{
background-color: #FE30CC;
}
.BgClassName
{
background-color: #FE30CC;
}
</style>
border-color css
<style>
span { border-color: #FE30CC; }
span { border-color: rgb(254,48,204); }
td.TdClassName
{
border-color: #FE30CC;
}
.TagClassName
{
border-color: #FE30CC;
}
</style>