Shades of Razzle Dazzle Rose #F231CB
Tints of Razzle Dazzle Rose #F231CB
RGB
CMYK
RGB Variations
Color information
#F231CB (or 0xF231CB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and CB. RGB value is (242,49,203). Sum of RGB (Red+Green+Blue) = 242+49+203=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F231CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231CB is #0DCE34. Grayscale: #7B7B7B. Windows color (decimal): -904757 or 13316594. OLE color: 13316594.
HSL color Cylindrical-coordinate representation of color #F231CB: hue angle of 312.12º 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 #F231CB is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 203 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.05 |
| HSL | 312.12º | 0.88% | 0.57% | - |
| HSV(B) | 312.12º | 0.8% | 0.95% | - |
| XYZ | 48.5 | 25.39 | 58.84 | - |
| YUV | 124.26 | 172.44 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 203 | 0 | 0.80 | 0.16 | 0.05 | 312.12 | 0.88 | 0.57 |
| Hex | F2 | 31 | CB | 0 | 50 | 10 | 5 | 138 | 58 | 39 |
| Octal | 362 | 61 | 313 | 0 | 120 | 20 | 5 | 470 | 130 | 71 |
| Binary | 11110010 | 110001 | 11001011 | 0 | 1010000 | 10000 | 101 | 100111000 | 1011000 | 111001 |
Color Harmonies of #F231CB
Complementary color
Monochromatic Colors of #F231CB
Black with #F231CB
Text Example
Text Example
White with #F231CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231CB; }
p { color: rgb(242,49,203); }
H1.HeaderClassName
{
color: #F231CB;
}
.AnyTagClassName
{
color: #F231CB;
}
</style>
background-color css
<style>
a { background-color: #F231CB; }
a { background-color: rgb(242,49,203); }
div.DivClassName
{
background-color: #F231CB;
}
.BgClassName
{
background-color: #F231CB;
}
</style>
border-color css
<style>
span { border-color: #F231CB; }
span { border-color: rgb(242,49,203); }
td.TdClassName
{
border-color: #F231CB;
}
.TagClassName
{
border-color: #F231CB;
}
</style>