Shades of Razzle Dazzle Rose #F238B7
Tints of Razzle Dazzle Rose #F238B7
RGB
CMYK
RGB Variations
Color information
#F238B7 (or 0xF238B7) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and B7. RGB value is (242,56,183). Sum of RGB (Red+Green+Blue) = 242+56+183=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F238B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238B7 is #0DC748. Grayscale: #7D7D7D. Windows color (decimal): -902985 or 12007666. OLE color: 12007666.
HSL color Cylindrical-coordinate representation of color #F238B7: hue angle of 319.03º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F238B7 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 183 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.05 |
| HSL | 319.03º | 0.88% | 0.58% | - |
| HSV(B) | 319.03º | 0.77% | 0.95% | - |
| XYZ | 46.58 | 25.12 | 47.19 | - |
| YUV | 126.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 183 | 0 | 0.77 | 0.24 | 0.05 | 319.03 | 0.88 | 0.58 |
| Hex | F2 | 38 | B7 | 0 | 4D | 18 | 5 | 13F | 58 | 3A |
| Octal | 362 | 70 | 267 | 0 | 115 | 30 | 5 | 477 | 130 | 72 |
| Binary | 11110010 | 111000 | 10110111 | 0 | 1001101 | 11000 | 101 | 100111111 | 1011000 | 111010 |
Color Harmonies of #F238B7
Complementary color
Monochromatic Colors of #F238B7
Black with #F238B7
Text Example
Text Example
White with #F238B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238B7; }
p { color: rgb(242,56,183); }
H1.HeaderClassName
{
color: #F238B7;
}
.AnyTagClassName
{
color: #F238B7;
}
</style>
background-color css
<style>
a { background-color: #F238B7; }
a { background-color: rgb(242,56,183); }
div.DivClassName
{
background-color: #F238B7;
}
.BgClassName
{
background-color: #F238B7;
}
</style>
border-color css
<style>
span { border-color: #F238B7; }
span { border-color: rgb(242,56,183); }
td.TdClassName
{
border-color: #F238B7;
}
.TagClassName
{
border-color: #F238B7;
}
</style>