Shades of Razzle Dazzle Rose #F33FC5
Tints of Razzle Dazzle Rose #F33FC5
RGB
CMYK
RGB Variations
Color information
#F33FC5 (or 0xF33FC5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 3F and C5. RGB value is (243,63,197). Sum of RGB (Red+Green+Blue) = 243+63+197=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33FC5 is #0CC03A. Grayscale: #838383. Windows color (decimal): -835643 or 12926963. OLE color: 12926963.
HSL color Cylindrical-coordinate representation of color #F33FC5: hue angle of 315.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33FC5 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 197 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.05 |
| HSL | 315.33º | 0.88% | 0.6% | - |
| HSV(B) | 315.33º | 0.74% | 0.95% | - |
| XYZ | 48.82 | 26.64 | 55.39 | - |
| YUV | 132.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 197 | 0 | 0.74 | 0.19 | 0.05 | 315.33 | 0.88 | 0.6 |
| Hex | F3 | 3F | C5 | 0 | 4A | 13 | 5 | 13B | 58 | 3C |
| Octal | 363 | 77 | 305 | 0 | 112 | 23 | 5 | 473 | 130 | 74 |
| Binary | 11110011 | 111111 | 11000101 | 0 | 1001010 | 10011 | 101 | 100111011 | 1011000 | 111100 |
Color Harmonies of #F33FC5
Complementary color
Monochromatic Colors of #F33FC5
Black with #F33FC5
Text Example
Text Example
White with #F33FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FC5; }
p { color: rgb(243,63,197); }
H1.HeaderClassName
{
color: #F33FC5;
}
.AnyTagClassName
{
color: #F33FC5;
}
</style>
background-color css
<style>
a { background-color: #F33FC5; }
a { background-color: rgb(243,63,197); }
div.DivClassName
{
background-color: #F33FC5;
}
.BgClassName
{
background-color: #F33FC5;
}
</style>
border-color css
<style>
span { border-color: #F33FC5; }
span { border-color: rgb(243,63,197); }
td.TdClassName
{
border-color: #F33FC5;
}
.TagClassName
{
border-color: #F33FC5;
}
</style>