Shades of Razzle Dazzle Rose #F333CB
Tints of Razzle Dazzle Rose #F333CB
RGB
CMYK
RGB Variations
Color information
#F333CB (or 0xF333CB) is known color: Razzle Dazzle Rose. HEX triplet: F3, 33 and CB. RGB value is (243,51,203). Sum of RGB (Red+Green+Blue) = 243+51+203=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F333CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F333CB is #0CCC34. Grayscale: #7D7D7D. Windows color (decimal): -838709 or 13317107. OLE color: 13317107.
HSL color Cylindrical-coordinate representation of color #F333CB: hue angle of 312.5º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F333CB is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 203 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.05 |
| HSL | 312.5º | 0.89% | 0.58% | - |
| HSV(B) | 312.5º | 0.79% | 0.95% | - |
| XYZ | 48.93 | 25.73 | 58.89 | - |
| YUV | 125.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 203 | 0 | 0.79 | 0.16 | 0.05 | 312.5 | 0.89 | 0.58 |
| Hex | F3 | 33 | CB | 0 | 4F | 10 | 5 | 138 | 59 | 3A |
| Octal | 363 | 63 | 313 | 0 | 117 | 20 | 5 | 470 | 131 | 72 |
| Binary | 11110011 | 110011 | 11001011 | 0 | 1001111 | 10000 | 101 | 100111000 | 1011001 | 111010 |
Color Harmonies of #F333CB
Complementary color
Monochromatic Colors of #F333CB
Black with #F333CB
Text Example
Text Example
White with #F333CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F333CB; }
p { color: rgb(243,51,203); }
H1.HeaderClassName
{
color: #F333CB;
}
.AnyTagClassName
{
color: #F333CB;
}
</style>
background-color css
<style>
a { background-color: #F333CB; }
a { background-color: rgb(243,51,203); }
div.DivClassName
{
background-color: #F333CB;
}
.BgClassName
{
background-color: #F333CB;
}
</style>
border-color css
<style>
span { border-color: #F333CB; }
span { border-color: rgb(243,51,203); }
td.TdClassName
{
border-color: #F333CB;
}
.TagClassName
{
border-color: #F333CB;
}
</style>