Shades of Razzle Dazzle Rose #FF3FB4
Tints of Razzle Dazzle Rose #FF3FB4
RGB
CMYK
RGB Variations
Color information
#FF3FB4 (or 0xFF3FB4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and B4. RGB value is (255,63,180). Sum of RGB (Red+Green+Blue) = 255+63+180=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FB4 is #00C04B. Grayscale: #858585. Windows color (decimal): -49228 or 11812863. OLE color: 11812863.
HSL color Cylindrical-coordinate representation of color #FF3FB4: hue angle of 323.44º 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 #FF3FB4 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 180 | - |
| CMYK | 0 | 0.75 | 0.29 | 0 |
| HSL | 323.44º | 1% | 0.62% | - |
| HSV(B) | 323.44º | 0.75% | 1% | - |
| XYZ | 51.26 | 28.11 | 45.9 | - |
| YUV | 133.75 | 154.11 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 180 | 0 | 0.75 | 0.29 | 0 | 323.44 | 1 | 0.62 |
| Hex | FF | 3F | B4 | 0 | 4B | 1D | 0 | 143 | 64 | 3E |
| Octal | 377 | 77 | 264 | 0 | 113 | 35 | 0 | 503 | 144 | 76 |
| Binary | 11111111 | 111111 | 10110100 | 0 | 1001011 | 11101 | 0 | 101000011 | 1100100 | 111110 |
Color Harmonies of #FF3FB4
Complementary color
Monochromatic Colors of #FF3FB4
Black with #FF3FB4
Text Example
Text Example
White with #FF3FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FB4; }
p { color: rgb(255,63,180); }
H1.HeaderClassName
{
color: #FF3FB4;
}
.AnyTagClassName
{
color: #FF3FB4;
}
</style>
background-color css
<style>
a { background-color: #FF3FB4; }
a { background-color: rgb(255,63,180); }
div.DivClassName
{
background-color: #FF3FB4;
}
.BgClassName
{
background-color: #FF3FB4;
}
</style>
border-color css
<style>
span { border-color: #FF3FB4; }
span { border-color: rgb(255,63,180); }
td.TdClassName
{
border-color: #FF3FB4;
}
.TagClassName
{
border-color: #FF3FB4;
}
</style>