Shades of Razzle Dazzle Rose #FF3FC4
Tints of Razzle Dazzle Rose #FF3FC4
RGB
CMYK
RGB Variations
Color information
#FF3FC4 (or 0xFF3FC4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and C4. RGB value is (255,63,196). Sum of RGB (Red+Green+Blue) = 255+63+196=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FC4 is #00C03B. Grayscale: #878787. Windows color (decimal): -49212 or 12861439. OLE color: 12861439.
HSL color Cylindrical-coordinate representation of color #FF3FC4: hue angle of 318.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 #FF3FC4 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 196 | - |
| CMYK | 0 | 0.75 | 0.23 | 0 |
| HSL | 318.44º | 1% | 0.62% | - |
| HSV(B) | 318.44º | 0.75% | 1% | - |
| XYZ | 52.98 | 28.8 | 54.99 | - |
| YUV | 135.57 | 162.11 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 196 | 0 | 0.75 | 0.23 | 0 | 318.44 | 1 | 0.62 |
| Hex | FF | 3F | C4 | 0 | 4B | 17 | 0 | 13E | 64 | 3E |
| Octal | 377 | 77 | 304 | 0 | 113 | 27 | 0 | 476 | 144 | 76 |
| Binary | 11111111 | 111111 | 11000100 | 0 | 1001011 | 10111 | 0 | 100111110 | 1100100 | 111110 |
Color Harmonies of #FF3FC4
Complementary color
Monochromatic Colors of #FF3FC4
Black with #FF3FC4
Text Example
Text Example
White with #FF3FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FC4; }
p { color: rgb(255,63,196); }
H1.HeaderClassName
{
color: #FF3FC4;
}
.AnyTagClassName
{
color: #FF3FC4;
}
</style>
background-color css
<style>
a { background-color: #FF3FC4; }
a { background-color: rgb(255,63,196); }
div.DivClassName
{
background-color: #FF3FC4;
}
.BgClassName
{
background-color: #FF3FC4;
}
</style>
border-color css
<style>
span { border-color: #FF3FC4; }
span { border-color: rgb(255,63,196); }
td.TdClassName
{
border-color: #FF3FC4;
}
.TagClassName
{
border-color: #FF3FC4;
}
</style>