Shades of Razzle Dazzle Rose #F231CF
Tints of Razzle Dazzle Rose #F231CF
RGB
CMYK
RGB Variations
Color information
#F231CF (or 0xF231CF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and CF. RGB value is (242,49,207). Sum of RGB (Red+Green+Blue) = 242+49+207=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F231CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231CF is #0DCE30. Grayscale: #7C7C7C. Windows color (decimal): -904753 or 13578738. OLE color: 13578738.
HSL color Cylindrical-coordinate representation of color #F231CF: hue angle of 310.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231CF is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 207 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.05 |
| HSL | 310.88º | 0.88% | 0.57% | - |
| HSV(B) | 310.88º | 0.8% | 0.95% | - |
| XYZ | 48.98 | 25.58 | 61.39 | - |
| YUV | 124.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 207 | 0 | 0.80 | 0.14 | 0.05 | 310.88 | 0.88 | 0.57 |
| Hex | F2 | 31 | CF | 0 | 50 | E | 5 | 137 | 58 | 39 |
| Octal | 362 | 61 | 317 | 0 | 120 | 16 | 5 | 467 | 130 | 71 |
| Binary | 11110010 | 110001 | 11001111 | 0 | 1010000 | 1110 | 101 | 100110111 | 1011000 | 111001 |
Color Harmonies of #F231CF
Complementary color
Monochromatic Colors of #F231CF
Black with #F231CF
Text Example
Text Example
White with #F231CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231CF; }
p { color: rgb(242,49,207); }
H1.HeaderClassName
{
color: #F231CF;
}
.AnyTagClassName
{
color: #F231CF;
}
</style>
background-color css
<style>
a { background-color: #F231CF; }
a { background-color: rgb(242,49,207); }
div.DivClassName
{
background-color: #F231CF;
}
.BgClassName
{
background-color: #F231CF;
}
</style>
border-color css
<style>
span { border-color: #F231CF; }
span { border-color: rgb(242,49,207); }
td.TdClassName
{
border-color: #F231CF;
}
.TagClassName
{
border-color: #F231CF;
}
</style>