Shades of Razzle Dazzle Rose #F23CBA
Tints of Razzle Dazzle Rose #F23CBA
RGB
CMYK
RGB Variations
Color information
#F23CBA (or 0xF23CBA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3C and BA. RGB value is (242,60,186). Sum of RGB (Red+Green+Blue) = 242+60+186=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23CBA is #0DC345. Grayscale: #808080. Windows color (decimal): -901958 or 12205298. OLE color: 12205298.
HSL color Cylindrical-coordinate representation of color #F23CBA: hue angle of 318.46º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23CBA is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 186 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.05 |
| HSL | 318.46º | 0.88% | 0.59% | - |
| HSV(B) | 318.46º | 0.75% | 0.95% | - |
| XYZ | 47.1 | 25.65 | 48.92 | - |
| YUV | 128.78 | 160.3 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 186 | 0 | 0.75 | 0.23 | 0.05 | 318.46 | 0.88 | 0.59 |
| Hex | F2 | 3C | BA | 0 | 4B | 17 | 5 | 13E | 58 | 3B |
| Octal | 362 | 74 | 272 | 0 | 113 | 27 | 5 | 476 | 130 | 73 |
| Binary | 11110010 | 111100 | 10111010 | 0 | 1001011 | 10111 | 101 | 100111110 | 1011000 | 111011 |
Color Harmonies of #F23CBA
Complementary color
Monochromatic Colors of #F23CBA
Black with #F23CBA
Text Example
Text Example
White with #F23CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CBA; }
p { color: rgb(242,60,186); }
H1.HeaderClassName
{
color: #F23CBA;
}
.AnyTagClassName
{
color: #F23CBA;
}
</style>
background-color css
<style>
a { background-color: #F23CBA; }
a { background-color: rgb(242,60,186); }
div.DivClassName
{
background-color: #F23CBA;
}
.BgClassName
{
background-color: #F23CBA;
}
</style>
border-color css
<style>
span { border-color: #F23CBA; }
span { border-color: rgb(242,60,186); }
td.TdClassName
{
border-color: #F23CBA;
}
.TagClassName
{
border-color: #F23CBA;
}
</style>