Shades of Razzle Dazzle Rose #F43FCC
Tints of Razzle Dazzle Rose #F43FCC
RGB
CMYK
RGB Variations
Color information
#F43FCC (or 0xF43FCC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 3F and CC. RGB value is (244,63,204). Sum of RGB (Red+Green+Blue) = 244+63+204=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43FCC is #0BC033. Grayscale: #848484. Windows color (decimal): -770100 or 13385716. OLE color: 13385716.
HSL color Cylindrical-coordinate representation of color #F43FCC: hue angle of 313.26º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F43FCC is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 204 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.04 |
| HSL | 313.26º | 0.89% | 0.6% | - |
| HSV(B) | 313.26º | 0.74% | 0.96% | - |
| XYZ | 49.98 | 27.15 | 59.73 | - |
| YUV | 133.19 | 167.97 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 204 | 0 | 0.74 | 0.16 | 0.04 | 313.26 | 0.89 | 0.6 |
| Hex | F4 | 3F | CC | 0 | 4A | 10 | 4 | 139 | 59 | 3C |
| Octal | 364 | 77 | 314 | 0 | 112 | 20 | 4 | 471 | 131 | 74 |
| Binary | 11110100 | 111111 | 11001100 | 0 | 1001010 | 10000 | 100 | 100111001 | 1011001 | 111100 |
Color Harmonies of #F43FCC
Complementary color
Monochromatic Colors of #F43FCC
Black with #F43FCC
Text Example
Text Example
White with #F43FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43FCC; }
p { color: rgb(244,63,204); }
H1.HeaderClassName
{
color: #F43FCC;
}
.AnyTagClassName
{
color: #F43FCC;
}
</style>
background-color css
<style>
a { background-color: #F43FCC; }
a { background-color: rgb(244,63,204); }
div.DivClassName
{
background-color: #F43FCC;
}
.BgClassName
{
background-color: #F43FCC;
}
</style>
border-color css
<style>
span { border-color: #F43FCC; }
span { border-color: rgb(244,63,204); }
td.TdClassName
{
border-color: #F43FCC;
}
.TagClassName
{
border-color: #F43FCC;
}
</style>