Shades of Razzle Dazzle Rose #FF30BC
Tints of Razzle Dazzle Rose #FF30BC
RGB
CMYK
RGB Variations
Color information
#FF30BC (or 0xFF30BC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 30 and BC. RGB value is (255,48,188). Sum of RGB (Red+Green+Blue) = 255+48+188=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF30BC is #00CF43. Grayscale: #7D7D7D. Windows color (decimal): -53060 or 12333311. OLE color: 12333311.
HSL color Cylindrical-coordinate representation of color #FF30BC: hue angle of 319.42º 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 #FF30BC is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 188 | - |
| CMYK | 0 | 0.81 | 0.26 | 0 |
| HSL | 319.42º | 1% | 0.59% | - |
| HSV(B) | 319.42º | 0.81% | 1% | - |
| XYZ | 51.37 | 27 | 50.08 | - |
| YUV | 125.85 | 163.08 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 188 | 0 | 0.81 | 0.26 | 0 | 319.42 | 1 | 0.59 |
| Hex | FF | 30 | BC | 0 | 51 | 1A | 0 | 13F | 64 | 3B |
| Octal | 377 | 60 | 274 | 0 | 121 | 32 | 0 | 477 | 144 | 73 |
| Binary | 11111111 | 110000 | 10111100 | 0 | 1010001 | 11010 | 0 | 100111111 | 1100100 | 111011 |
Color Harmonies of #FF30BC
Complementary color
Monochromatic Colors of #FF30BC
Black with #FF30BC
Text Example
Text Example
White with #FF30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30BC; }
p { color: rgb(255,48,188); }
H1.HeaderClassName
{
color: #FF30BC;
}
.AnyTagClassName
{
color: #FF30BC;
}
</style>
background-color css
<style>
a { background-color: #FF30BC; }
a { background-color: rgb(255,48,188); }
div.DivClassName
{
background-color: #FF30BC;
}
.BgClassName
{
background-color: #FF30BC;
}
</style>
border-color css
<style>
span { border-color: #FF30BC; }
span { border-color: rgb(255,48,188); }
td.TdClassName
{
border-color: #FF30BC;
}
.TagClassName
{
border-color: #FF30BC;
}
</style>