Shades of Razzle Dazzle Rose #FF30C9
Tints of Razzle Dazzle Rose #FF30C9
RGB
CMYK
RGB Variations
Color information
#FF30C9 (or 0xFF30C9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 30 and C9. RGB value is (255,48,201). Sum of RGB (Red+Green+Blue) = 255+48+201=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF30C9 is #00CF36. Grayscale: #7E7E7E. Windows color (decimal): -53047 or 13185279. OLE color: 13185279.
HSL color Cylindrical-coordinate representation of color #FF30C9: hue angle of 315.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF30C9 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 201 | - |
| CMYK | 0 | 0.81 | 0.21 | 0 |
| HSL | 315.65º | 1% | 0.59% | - |
| HSV(B) | 315.65º | 0.81% | 1% | - |
| XYZ | 52.84 | 27.59 | 57.8 | - |
| YUV | 127.34 | 169.58 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 201 | 0 | 0.81 | 0.21 | 0 | 315.65 | 1 | 0.59 |
| Hex | FF | 30 | C9 | 0 | 51 | 15 | 0 | 13C | 64 | 3B |
| Octal | 377 | 60 | 311 | 0 | 121 | 25 | 0 | 474 | 144 | 73 |
| Binary | 11111111 | 110000 | 11001001 | 0 | 1010001 | 10101 | 0 | 100111100 | 1100100 | 111011 |
Color Harmonies of #FF30C9
Complementary color
Monochromatic Colors of #FF30C9
Black with #FF30C9
Text Example
Text Example
White with #FF30C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30C9; }
p { color: rgb(255,48,201); }
H1.HeaderClassName
{
color: #FF30C9;
}
.AnyTagClassName
{
color: #FF30C9;
}
</style>
background-color css
<style>
a { background-color: #FF30C9; }
a { background-color: rgb(255,48,201); }
div.DivClassName
{
background-color: #FF30C9;
}
.BgClassName
{
background-color: #FF30C9;
}
</style>
border-color css
<style>
span { border-color: #FF30C9; }
span { border-color: rgb(255,48,201); }
td.TdClassName
{
border-color: #FF30C9;
}
.TagClassName
{
border-color: #FF30C9;
}
</style>