Shades of Razzle Dazzle Rose #F245CF
Tints of Razzle Dazzle Rose #F245CF
RGB
CMYK
RGB Variations
Color information
#F245CF (or 0xF245CF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 45 and CF. RGB value is (242,69,207). Sum of RGB (Red+Green+Blue) = 242+69+207=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F245CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F245CF is #0DBA30. Grayscale: #888888. Windows color (decimal): -899633 or 13583858. OLE color: 13583858.
HSL color Cylindrical-coordinate representation of color #F245CF: hue angle of 312.14º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F245CF is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 207 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.05 |
| HSL | 312.14º | 0.87% | 0.61% | - |
| HSV(B) | 312.14º | 0.71% | 0.95% | - |
| XYZ | 50.01 | 27.64 | 61.73 | - |
| YUV | 136.46 | 167.81 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 207 | 0 | 0.71 | 0.14 | 0.05 | 312.14 | 0.87 | 0.61 |
| Hex | F2 | 45 | CF | 0 | 47 | E | 5 | 138 | 57 | 3D |
| Octal | 362 | 105 | 317 | 0 | 107 | 16 | 5 | 470 | 127 | 75 |
| Binary | 11110010 | 1000101 | 11001111 | 0 | 1000111 | 1110 | 101 | 100111000 | 1010111 | 111101 |
Color Harmonies of #F245CF
Complementary color
Monochromatic Colors of #F245CF
Black with #F245CF
Text Example
Text Example
White with #F245CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245CF; }
p { color: rgb(242,69,207); }
H1.HeaderClassName
{
color: #F245CF;
}
.AnyTagClassName
{
color: #F245CF;
}
</style>
background-color css
<style>
a { background-color: #F245CF; }
a { background-color: rgb(242,69,207); }
div.DivClassName
{
background-color: #F245CF;
}
.BgClassName
{
background-color: #F245CF;
}
</style>
border-color css
<style>
span { border-color: #F245CF; }
span { border-color: rgb(242,69,207); }
td.TdClassName
{
border-color: #F245CF;
}
.TagClassName
{
border-color: #F245CF;
}
</style>