Shades of Razzle Dazzle Rose #F231CC
Tints of Razzle Dazzle Rose #F231CC
RGB
CMYK
RGB Variations
Color information
#F231CC (or 0xF231CC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and CC. RGB value is (242,49,204). Sum of RGB (Red+Green+Blue) = 242+49+204=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F231CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231CC is #0DCE33. Grayscale: #7B7B7B. Windows color (decimal): -904756 or 13382130. OLE color: 13382130.
HSL color Cylindrical-coordinate representation of color #F231CC: hue angle of 311.81º 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 #F231CC is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 204 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.05 |
| HSL | 311.81º | 0.88% | 0.57% | - |
| HSV(B) | 311.81º | 0.8% | 0.95% | - |
| XYZ | 48.62 | 25.43 | 59.47 | - |
| YUV | 124.38 | 172.94 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 204 | 0 | 0.80 | 0.16 | 0.05 | 311.81 | 0.88 | 0.57 |
| Hex | F2 | 31 | CC | 0 | 50 | 10 | 5 | 138 | 58 | 39 |
| Octal | 362 | 61 | 314 | 0 | 120 | 20 | 5 | 470 | 130 | 71 |
| Binary | 11110010 | 110001 | 11001100 | 0 | 1010000 | 10000 | 101 | 100111000 | 1011000 | 111001 |
Color Harmonies of #F231CC
Complementary color
Monochromatic Colors of #F231CC
Black with #F231CC
Text Example
Text Example
White with #F231CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231CC; }
p { color: rgb(242,49,204); }
H1.HeaderClassName
{
color: #F231CC;
}
.AnyTagClassName
{
color: #F231CC;
}
</style>
background-color css
<style>
a { background-color: #F231CC; }
a { background-color: rgb(242,49,204); }
div.DivClassName
{
background-color: #F231CC;
}
.BgClassName
{
background-color: #F231CC;
}
</style>
border-color css
<style>
span { border-color: #F231CC; }
span { border-color: rgb(242,49,204); }
td.TdClassName
{
border-color: #F231CC;
}
.TagClassName
{
border-color: #F231CC;
}
</style>