Shades of Sweet Pink #F3908F
Tints of Sweet Pink #F3908F
RGB
CMYK
RGB Variations
Color information
#F3908F (or 0xF3908F) is known color: Sweet Pink. HEX triplet: F3, 90 and 8F. RGB value is (243,144,143). Sum of RGB (Red+Green+Blue) = 243+144+143=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3908F is #0C6F70. Grayscale: #ADADAD. Windows color (decimal): -814961 or 9408755. OLE color: 9408755.
HSL color Cylindrical-coordinate representation of color #F3908F: hue angle of 0.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F3908F is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 143 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.05 |
| HSL | 0.6º | 0.81% | 0.76% | - |
| HSV(B) | 0.6º | 0.41% | 0.95% | - |
| XYZ | 51.89 | 40.98 | 31.16 | - |
| YUV | 173.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 143 | 0 | 0.41 | 0.41 | 0.05 | 0.6 | 0.81 | 0.76 |
| Hex | F3 | 90 | 8F | 0 | 29 | 29 | 5 | 1 | 51 | 4C |
| Octal | 363 | 220 | 217 | 0 | 51 | 51 | 5 | 1 | 121 | 114 |
| Binary | 11110011 | 10010000 | 10001111 | 0 | 101001 | 101001 | 101 | 1 | 1010001 | 1001100 |
Color Harmonies of #F3908F
Complementary color
Monochromatic Colors of #F3908F
Black with #F3908F
Text Example
Text Example
White with #F3908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3908F; }
p { color: rgb(243,144,143); }
H1.HeaderClassName
{
color: #F3908F;
}
.AnyTagClassName
{
color: #F3908F;
}
</style>
background-color css
<style>
a { background-color: #F3908F; }
a { background-color: rgb(243,144,143); }
div.DivClassName
{
background-color: #F3908F;
}
.BgClassName
{
background-color: #F3908F;
}
</style>
border-color css
<style>
span { border-color: #F3908F; }
span { border-color: rgb(243,144,143); }
td.TdClassName
{
border-color: #F3908F;
}
.TagClassName
{
border-color: #F3908F;
}
</style>