Shades of Deep Pink #F8238F
Tints of Deep Pink #F8238F
RGB
CMYK
RGB Variations
Color information
#F8238F (or 0xF8238F) is known color: Deep Pink. HEX triplet: F8, 23 and 8F. RGB value is (248,35,143). Sum of RGB (Red+Green+Blue) = 248+35+143=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8238F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8238F is #07DC70. Grayscale: #6E6E6E. Windows color (decimal): -515185 or 9380856. OLE color: 9380856.
HSL color Cylindrical-coordinate representation of color #F8238F: hue angle of 329.58º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8238F is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 35 | 143 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.03 |
| HSL | 329.58º | 0.94% | 0.55% | - |
| HSV(B) | 329.58º | 0.86% | 0.97% | - |
| XYZ | 44.27 | 23.14 | 28.12 | - |
| YUV | 111 | 146.07 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 35 | 143 | 0 | 0.86 | 0.42 | 0.03 | 329.58 | 0.94 | 0.55 |
| Hex | F8 | 23 | 8F | 0 | 56 | 2A | 3 | 14A | 5E | 37 |
| Octal | 370 | 43 | 217 | 0 | 126 | 52 | 3 | 512 | 136 | 67 |
| Binary | 11111000 | 100011 | 10001111 | 0 | 1010110 | 101010 | 11 | 101001010 | 1011110 | 110111 |
Color Harmonies of #F8238F
Complementary color
Monochromatic Colors of #F8238F
Black with #F8238F
Text Example
Text Example
White with #F8238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8238F; }
p { color: rgb(248,35,143); }
H1.HeaderClassName
{
color: #F8238F;
}
.AnyTagClassName
{
color: #F8238F;
}
</style>
background-color css
<style>
a { background-color: #F8238F; }
a { background-color: rgb(248,35,143); }
div.DivClassName
{
background-color: #F8238F;
}
.BgClassName
{
background-color: #F8238F;
}
</style>
border-color css
<style>
span { border-color: #F8238F; }
span { border-color: rgb(248,35,143); }
td.TdClassName
{
border-color: #F8238F;
}
.TagClassName
{
border-color: #F8238F;
}
</style>