Shades of Razzle Dazzle Rose #F72FCB
Tints of Razzle Dazzle Rose #F72FCB
RGB
CMYK
RGB Variations
Color information
#F72FCB (or 0xF72FCB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2F and CB. RGB value is (247,47,203). Sum of RGB (Red+Green+Blue) = 247+47+203=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72FCB is #08D034. Grayscale: #7C7C7C. Windows color (decimal): -577589 or 13316087. OLE color: 13316087.
HSL color Cylindrical-coordinate representation of color #F72FCB: hue angle of 313.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72FCB is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 203 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.03 |
| HSL | 313.2º | 0.93% | 0.58% | - |
| HSV(B) | 313.2º | 0.81% | 0.97% | - |
| XYZ | 50.15 | 26.12 | 58.9 | - |
| YUV | 124.58 | 172.26 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 203 | 0 | 0.81 | 0.18 | 0.03 | 313.2 | 0.93 | 0.58 |
| Hex | F7 | 2F | CB | 0 | 51 | 12 | 3 | 139 | 5D | 3A |
| Octal | 367 | 57 | 313 | 0 | 121 | 22 | 3 | 471 | 135 | 72 |
| Binary | 11110111 | 101111 | 11001011 | 0 | 1010001 | 10010 | 11 | 100111001 | 1011101 | 111010 |
Color Harmonies of #F72FCB
Complementary color
Monochromatic Colors of #F72FCB
Black with #F72FCB
Text Example
Text Example
White with #F72FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72FCB; }
p { color: rgb(247,47,203); }
H1.HeaderClassName
{
color: #F72FCB;
}
.AnyTagClassName
{
color: #F72FCB;
}
</style>
background-color css
<style>
a { background-color: #F72FCB; }
a { background-color: rgb(247,47,203); }
div.DivClassName
{
background-color: #F72FCB;
}
.BgClassName
{
background-color: #F72FCB;
}
</style>
border-color css
<style>
span { border-color: #F72FCB; }
span { border-color: rgb(247,47,203); }
td.TdClassName
{
border-color: #F72FCB;
}
.TagClassName
{
border-color: #F72FCB;
}
</style>