Shades of Razzle Dazzle Rose #FF3FBC
Tints of Razzle Dazzle Rose #FF3FBC
RGB
CMYK
RGB Variations
Color information
#FF3FBC (or 0xFF3FBC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and BC. RGB value is (255,63,188). Sum of RGB (Red+Green+Blue) = 255+63+188=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FBC is #00C043. Grayscale: #868686. Windows color (decimal): -49220 or 12337151. OLE color: 12337151.
HSL color Cylindrical-coordinate representation of color #FF3FBC: hue angle of 320.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FBC is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 188 | - |
| CMYK | 0 | 0.75 | 0.26 | 0 |
| HSL | 320.94º | 1% | 0.62% | - |
| HSV(B) | 320.94º | 0.75% | 1% | - |
| XYZ | 52.09 | 28.45 | 50.32 | - |
| YUV | 134.66 | 158.11 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 188 | 0 | 0.75 | 0.26 | 0 | 320.94 | 1 | 0.62 |
| Hex | FF | 3F | BC | 0 | 4B | 1A | 0 | 141 | 64 | 3E |
| Octal | 377 | 77 | 274 | 0 | 113 | 32 | 0 | 501 | 144 | 76 |
| Binary | 11111111 | 111111 | 10111100 | 0 | 1001011 | 11010 | 0 | 101000001 | 1100100 | 111110 |
Color Harmonies of #FF3FBC
Complementary color
Monochromatic Colors of #FF3FBC
Black with #FF3FBC
Text Example
Text Example
White with #FF3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FBC; }
p { color: rgb(255,63,188); }
H1.HeaderClassName
{
color: #FF3FBC;
}
.AnyTagClassName
{
color: #FF3FBC;
}
</style>
background-color css
<style>
a { background-color: #FF3FBC; }
a { background-color: rgb(255,63,188); }
div.DivClassName
{
background-color: #FF3FBC;
}
.BgClassName
{
background-color: #FF3FBC;
}
</style>
border-color css
<style>
span { border-color: #FF3FBC; }
span { border-color: rgb(255,63,188); }
td.TdClassName
{
border-color: #FF3FBC;
}
.TagClassName
{
border-color: #FF3FBC;
}
</style>