Shades of Shocking #F398BD
Tints of Shocking #F398BD
RGB
CMYK
RGB Variations
Color information
#F398BD (or 0xF398BD) is known color: Shocking. HEX triplet: F3, 98 and BD. RGB value is (243,152,189). Sum of RGB (Red+Green+Blue) = 243+152+189=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F398BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398BD is #0C6742. Grayscale: #B7B7B7. Windows color (decimal): -812867 or 12425459. OLE color: 12425459.
HSL color Cylindrical-coordinate representation of color #F398BD: hue angle of 335.6º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F398BD is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 189 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.05 |
| HSL | 335.6º | 0.79% | 0.77% | - |
| HSV(B) | 335.6º | 0.37% | 0.95% | - |
| XYZ | 57.38 | 45.19 | 53.84 | - |
| YUV | 183.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 189 | 0 | 0.37 | 0.22 | 0.05 | 335.6 | 0.79 | 0.77 |
| Hex | F3 | 98 | BD | 0 | 25 | 16 | 5 | 150 | 4F | 4D |
| Octal | 363 | 230 | 275 | 0 | 45 | 26 | 5 | 520 | 117 | 115 |
| Binary | 11110011 | 10011000 | 10111101 | 0 | 100101 | 10110 | 101 | 101010000 | 1001111 | 1001101 |
Color Harmonies of #F398BD
Complementary color
Monochromatic Colors of #F398BD
Black with #F398BD
Text Example
Text Example
White with #F398BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398BD; }
p { color: rgb(243,152,189); }
H1.HeaderClassName
{
color: #F398BD;
}
.AnyTagClassName
{
color: #F398BD;
}
</style>
background-color css
<style>
a { background-color: #F398BD; }
a { background-color: rgb(243,152,189); }
div.DivClassName
{
background-color: #F398BD;
}
.BgClassName
{
background-color: #F398BD;
}
</style>
border-color css
<style>
span { border-color: #F398BD; }
span { border-color: rgb(243,152,189); }
td.TdClassName
{
border-color: #F398BD;
}
.TagClassName
{
border-color: #F398BD;
}
</style>