Shades of Razzle Dazzle Rose #F443CF
Tints of Razzle Dazzle Rose #F443CF
RGB
CMYK
RGB Variations
Color information
#F443CF (or 0xF443CF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 43 and CF. RGB value is (244,67,207). Sum of RGB (Red+Green+Blue) = 244+67+207=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 67 (26.56% from 255 or 12.93% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F443CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F443CF is #0BBC30. Grayscale: #878787. Windows color (decimal): -769073 or 13583348. OLE color: 13583348.
HSL color Cylindrical-coordinate representation of color #F443CF: hue angle of 312.54º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F443CF is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 207 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.04 |
| HSL | 312.54º | 0.89% | 0.61% | - |
| HSV(B) | 312.54º | 0.73% | 0.96% | - |
| XYZ | 50.58 | 27.75 | 61.72 | - |
| YUV | 135.88 | 168.14 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 207 | 0 | 0.73 | 0.15 | 0.04 | 312.54 | 0.89 | 0.61 |
| Hex | F4 | 43 | CF | 0 | 49 | F | 4 | 139 | 59 | 3D |
| Octal | 364 | 103 | 317 | 0 | 111 | 17 | 4 | 471 | 131 | 75 |
| Binary | 11110100 | 1000011 | 11001111 | 0 | 1001001 | 1111 | 100 | 100111001 | 1011001 | 111101 |
Color Harmonies of #F443CF
Complementary color
Monochromatic Colors of #F443CF
Black with #F443CF
Text Example
Text Example
White with #F443CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F443CF; }
p { color: rgb(244,67,207); }
H1.HeaderClassName
{
color: #F443CF;
}
.AnyTagClassName
{
color: #F443CF;
}
</style>
background-color css
<style>
a { background-color: #F443CF; }
a { background-color: rgb(244,67,207); }
div.DivClassName
{
background-color: #F443CF;
}
.BgClassName
{
background-color: #F443CF;
}
</style>
border-color css
<style>
span { border-color: #F443CF; }
span { border-color: rgb(244,67,207); }
td.TdClassName
{
border-color: #F443CF;
}
.TagClassName
{
border-color: #F443CF;
}
</style>