Shades of Razzle Dazzle Rose #F23BBA
Tints of Razzle Dazzle Rose #F23BBA
RGB
CMYK
RGB Variations
Color information
#F23BBA (or 0xF23BBA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3B and BA. RGB value is (242,59,186). Sum of RGB (Red+Green+Blue) = 242+59+186=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23BBA is #0DC445. Grayscale: #7F7F7F. Windows color (decimal): -902214 or 12205042. OLE color: 12205042.
HSL color Cylindrical-coordinate representation of color #F23BBA: hue angle of 318.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23BBA is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 186 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.05 |
| HSL | 318.36º | 0.88% | 0.59% | - |
| HSV(B) | 318.36º | 0.76% | 0.95% | - |
| XYZ | 47.04 | 25.55 | 48.91 | - |
| YUV | 128.2 | 160.63 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 186 | 0 | 0.76 | 0.23 | 0.05 | 318.36 | 0.88 | 0.59 |
| Hex | F2 | 3B | BA | 0 | 4C | 17 | 5 | 13E | 58 | 3B |
| Octal | 362 | 73 | 272 | 0 | 114 | 27 | 5 | 476 | 130 | 73 |
| Binary | 11110010 | 111011 | 10111010 | 0 | 1001100 | 10111 | 101 | 100111110 | 1011000 | 111011 |
Color Harmonies of #F23BBA
Complementary color
Monochromatic Colors of #F23BBA
Black with #F23BBA
Text Example
Text Example
White with #F23BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BBA; }
p { color: rgb(242,59,186); }
H1.HeaderClassName
{
color: #F23BBA;
}
.AnyTagClassName
{
color: #F23BBA;
}
</style>
background-color css
<style>
a { background-color: #F23BBA; }
a { background-color: rgb(242,59,186); }
div.DivClassName
{
background-color: #F23BBA;
}
.BgClassName
{
background-color: #F23BBA;
}
</style>
border-color css
<style>
span { border-color: #F23BBA; }
span { border-color: rgb(242,59,186); }
td.TdClassName
{
border-color: #F23BBA;
}
.TagClassName
{
border-color: #F23BBA;
}
</style>