Shades of Razzle Dazzle Rose #F740C8
Tints of Razzle Dazzle Rose #F740C8
RGB
CMYK
RGB Variations
Color information
#F740C8 (or 0xF740C8) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and C8. RGB value is (247,64,200). Sum of RGB (Red+Green+Blue) = 247+64+200=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F740C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740C8 is #08BF37. Grayscale: #858585. Windows color (decimal): -573240 or 13123831. OLE color: 13123831.
HSL color Cylindrical-coordinate representation of color #F740C8: hue angle of 315.41º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740C8 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 200 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.03 |
| HSL | 315.41º | 0.92% | 0.61% | - |
| HSV(B) | 315.41º | 0.74% | 0.97% | - |
| XYZ | 50.62 | 27.61 | 57.31 | - |
| YUV | 134.22 | 165.13 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 200 | 0 | 0.74 | 0.19 | 0.03 | 315.41 | 0.92 | 0.61 |
| Hex | F7 | 40 | C8 | 0 | 4A | 13 | 3 | 13B | 5C | 3D |
| Octal | 367 | 100 | 310 | 0 | 112 | 23 | 3 | 473 | 134 | 75 |
| Binary | 11110111 | 1000000 | 11001000 | 0 | 1001010 | 10011 | 11 | 100111011 | 1011100 | 111101 |
Color Harmonies of #F740C8
Complementary color
Monochromatic Colors of #F740C8
Black with #F740C8
Text Example
Text Example
White with #F740C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740C8; }
p { color: rgb(247,64,200); }
H1.HeaderClassName
{
color: #F740C8;
}
.AnyTagClassName
{
color: #F740C8;
}
</style>
background-color css
<style>
a { background-color: #F740C8; }
a { background-color: rgb(247,64,200); }
div.DivClassName
{
background-color: #F740C8;
}
.BgClassName
{
background-color: #F740C8;
}
</style>
border-color css
<style>
span { border-color: #F740C8; }
span { border-color: rgb(247,64,200); }
td.TdClassName
{
border-color: #F740C8;
}
.TagClassName
{
border-color: #F740C8;
}
</style>