Shades of Razzle Dazzle Rose #F238BD
Tints of Razzle Dazzle Rose #F238BD
RGB
CMYK
RGB Variations
Color information
#F238BD (or 0xF238BD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 38 and BD. RGB value is (242,56,189). Sum of RGB (Red+Green+Blue) = 242+56+189=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F238BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F238BD is #0DC742. Grayscale: #7E7E7E. Windows color (decimal): -902979 or 12400882. OLE color: 12400882.
HSL color Cylindrical-coordinate representation of color #F238BD: hue angle of 317.1º 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 #F238BD is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 189 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.05 |
| HSL | 317.1º | 0.88% | 0.58% | - |
| HSV(B) | 317.1º | 0.77% | 0.95% | - |
| XYZ | 47.22 | 25.38 | 50.55 | - |
| YUV | 126.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 189 | 0 | 0.77 | 0.22 | 0.05 | 317.1 | 0.88 | 0.58 |
| Hex | F2 | 38 | BD | 0 | 4D | 16 | 5 | 13D | 58 | 3A |
| Octal | 362 | 70 | 275 | 0 | 115 | 26 | 5 | 475 | 130 | 72 |
| Binary | 11110010 | 111000 | 10111101 | 0 | 1001101 | 10110 | 101 | 100111101 | 1011000 | 111010 |
Color Harmonies of #F238BD
Complementary color
Monochromatic Colors of #F238BD
Black with #F238BD
Text Example
Text Example
White with #F238BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238BD; }
p { color: rgb(242,56,189); }
H1.HeaderClassName
{
color: #F238BD;
}
.AnyTagClassName
{
color: #F238BD;
}
</style>
background-color css
<style>
a { background-color: #F238BD; }
a { background-color: rgb(242,56,189); }
div.DivClassName
{
background-color: #F238BD;
}
.BgClassName
{
background-color: #F238BD;
}
</style>
border-color css
<style>
span { border-color: #F238BD; }
span { border-color: rgb(242,56,189); }
td.TdClassName
{
border-color: #F238BD;
}
.TagClassName
{
border-color: #F238BD;
}
</style>