Shades of Razzle Dazzle Rose #FF3FB6
Tints of Razzle Dazzle Rose #FF3FB6
RGB
CMYK
RGB Variations
Color information
#FF3FB6 (or 0xFF3FB6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and B6. RGB value is (255,63,182). Sum of RGB (Red+Green+Blue) = 255+63+182=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FB6 is #00C049. Grayscale: #858585. Windows color (decimal): -49226 or 11943935. OLE color: 11943935.
HSL color Cylindrical-coordinate representation of color #FF3FB6: hue angle of 322.81º 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 #FF3FB6 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 182 | - |
| CMYK | 0 | 0.75 | 0.29 | 0 |
| HSL | 322.81º | 1% | 0.62% | - |
| HSV(B) | 322.81º | 0.75% | 1% | - |
| XYZ | 51.46 | 28.19 | 46.99 | - |
| YUV | 133.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 182 | 0 | 0.75 | 0.29 | 0 | 322.81 | 1 | 0.62 |
| Hex | FF | 3F | B6 | 0 | 4B | 1D | 0 | 143 | 64 | 3E |
| Octal | 377 | 77 | 266 | 0 | 113 | 35 | 0 | 503 | 144 | 76 |
| Binary | 11111111 | 111111 | 10110110 | 0 | 1001011 | 11101 | 0 | 101000011 | 1100100 | 111110 |
Color Harmonies of #FF3FB6
Complementary color
Monochromatic Colors of #FF3FB6
Black with #FF3FB6
Text Example
Text Example
White with #FF3FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FB6; }
p { color: rgb(255,63,182); }
H1.HeaderClassName
{
color: #FF3FB6;
}
.AnyTagClassName
{
color: #FF3FB6;
}
</style>
background-color css
<style>
a { background-color: #FF3FB6; }
a { background-color: rgb(255,63,182); }
div.DivClassName
{
background-color: #FF3FB6;
}
.BgClassName
{
background-color: #FF3FB6;
}
</style>
border-color css
<style>
span { border-color: #FF3FB6; }
span { border-color: rgb(255,63,182); }
td.TdClassName
{
border-color: #FF3FB6;
}
.TagClassName
{
border-color: #FF3FB6;
}
</style>