Shades of Sweet Pink #F3928C
Tints of Sweet Pink #F3928C
RGB
CMYK
RGB Variations
Color information
#F3928C (or 0xF3928C) is known color: Sweet Pink. HEX triplet: F3, 92 and 8C. RGB value is (243,146,140). Sum of RGB (Red+Green+Blue) = 243+146+140=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3928C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3928C is #0C6D73. Grayscale: #AEAEAE. Windows color (decimal): -814452 or 9212659. OLE color: 9212659.
HSL color Cylindrical-coordinate representation of color #F3928C: hue angle of 3.5º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3928C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 140 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.05 |
| HSL | 3.5º | 0.81% | 0.75% | - |
| HSV(B) | 3.5º | 0.42% | 0.95% | - |
| XYZ | 51.97 | 41.51 | 30.08 | - |
| YUV | 174.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 140 | 0 | 0.40 | 0.42 | 0.05 | 3.5 | 0.81 | 0.75 |
| Hex | F3 | 92 | 8C | 0 | 28 | 2A | 5 | 3 | 51 | 4B |
| Octal | 363 | 222 | 214 | 0 | 50 | 52 | 5 | 3 | 121 | 113 |
| Binary | 11110011 | 10010010 | 10001100 | 0 | 101000 | 101010 | 101 | 11 | 1010001 | 1001011 |
Color Harmonies of #F3928C
Complementary color
Monochromatic Colors of #F3928C
Black with #F3928C
Text Example
Text Example
White with #F3928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3928C; }
p { color: rgb(243,146,140); }
H1.HeaderClassName
{
color: #F3928C;
}
.AnyTagClassName
{
color: #F3928C;
}
</style>
background-color css
<style>
a { background-color: #F3928C; }
a { background-color: rgb(243,146,140); }
div.DivClassName
{
background-color: #F3928C;
}
.BgClassName
{
background-color: #F3928C;
}
</style>
border-color css
<style>
span { border-color: #F3928C; }
span { border-color: rgb(243,146,140); }
td.TdClassName
{
border-color: #F3928C;
}
.TagClassName
{
border-color: #F3928C;
}
</style>