Shades of Sweet Pink #F3918A
Tints of Sweet Pink #F3918A
RGB
CMYK
RGB Variations
Color information
#F3918A (or 0xF3918A) is known color: Sweet Pink. HEX triplet: F3, 91 and 8A. RGB value is (243,145,138). Sum of RGB (Red+Green+Blue) = 243+145+138=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3918A is #0C6E75. Grayscale: #ADADAD. Windows color (decimal): -814710 or 9081331. OLE color: 9081331.
HSL color Cylindrical-coordinate representation of color #F3918A: hue angle of 4º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3918A is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 138 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.05 |
| HSL | 4º | 0.81% | 0.75% | - |
| HSV(B) | 4º | 0.43% | 0.95% | - |
| XYZ | 51.68 | 41.14 | 29.26 | - |
| YUV | 173.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 138 | 0 | 0.40 | 0.43 | 0.05 | 4 | 0.81 | 0.75 |
| Hex | F3 | 91 | 8A | 0 | 28 | 2B | 5 | 4 | 51 | 4B |
| Octal | 363 | 221 | 212 | 0 | 50 | 53 | 5 | 4 | 121 | 113 |
| Binary | 11110011 | 10010001 | 10001010 | 0 | 101000 | 101011 | 101 | 100 | 1010001 | 1001011 |
Color Harmonies of #F3918A
Complementary color
Monochromatic Colors of #F3918A
Black with #F3918A
Text Example
Text Example
White with #F3918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3918A; }
p { color: rgb(243,145,138); }
H1.HeaderClassName
{
color: #F3918A;
}
.AnyTagClassName
{
color: #F3918A;
}
</style>
background-color css
<style>
a { background-color: #F3918A; }
a { background-color: rgb(243,145,138); }
div.DivClassName
{
background-color: #F3918A;
}
.BgClassName
{
background-color: #F3918A;
}
</style>
border-color css
<style>
span { border-color: #F3918A; }
span { border-color: rgb(243,145,138); }
td.TdClassName
{
border-color: #F3918A;
}
.TagClassName
{
border-color: #F3918A;
}
</style>