Shades of Razzle Dazzle Rose #FF3FCB
Tints of Razzle Dazzle Rose #FF3FCB
RGB
CMYK
RGB Variations
Color information
#FF3FCB (or 0xFF3FCB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and CB. RGB value is (255,63,203). Sum of RGB (Red+Green+Blue) = 255+63+203=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 63 (25% from 255 or 12.09% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FCB is #00C034. Grayscale: #888888. Windows color (decimal): -49205 or 13320191. OLE color: 13320191.
HSL color Cylindrical-coordinate representation of color #FF3FCB: hue angle of 316.25º 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 #FF3FCB is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 203 | - |
| CMYK | 0 | 0.75 | 0.20 | 0 |
| HSL | 316.25º | 1% | 0.62% | - |
| HSV(B) | 316.25º | 0.75% | 1% | - |
| XYZ | 53.8 | 29.13 | 59.29 | - |
| YUV | 136.37 | 165.61 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 203 | 0 | 0.75 | 0.20 | 0 | 316.25 | 1 | 0.62 |
| Hex | FF | 3F | CB | 0 | 4B | 14 | 0 | 13C | 64 | 3E |
| Octal | 377 | 77 | 313 | 0 | 113 | 24 | 0 | 474 | 144 | 76 |
| Binary | 11111111 | 111111 | 11001011 | 0 | 1001011 | 10100 | 0 | 100111100 | 1100100 | 111110 |
Color Harmonies of #FF3FCB
Complementary color
Monochromatic Colors of #FF3FCB
Black with #FF3FCB
Text Example
Text Example
White with #FF3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FCB; }
p { color: rgb(255,63,203); }
H1.HeaderClassName
{
color: #FF3FCB;
}
.AnyTagClassName
{
color: #FF3FCB;
}
</style>
background-color css
<style>
a { background-color: #FF3FCB; }
a { background-color: rgb(255,63,203); }
div.DivClassName
{
background-color: #FF3FCB;
}
.BgClassName
{
background-color: #FF3FCB;
}
</style>
border-color css
<style>
span { border-color: #FF3FCB; }
span { border-color: rgb(255,63,203); }
td.TdClassName
{
border-color: #FF3FCB;
}
.TagClassName
{
border-color: #FF3FCB;
}
</style>