Shades of Sweet Pink #F3908A
Tints of Sweet Pink #F3908A
RGB
CMYK
RGB Variations
Color information
#F3908A (or 0xF3908A) is known color: Sweet Pink. HEX triplet: F3, 90 and 8A. RGB value is (243,144,138). Sum of RGB (Red+Green+Blue) = 243+144+138=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F3908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3908A is #0C6F75. Grayscale: #ADADAD. Windows color (decimal): -814966 or 9081075. OLE color: 9081075.
HSL color Cylindrical-coordinate representation of color #F3908A: hue angle of 3.43º 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 #F3908A is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 138 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.05 |
| HSL | 3.43º | 0.81% | 0.75% | - |
| HSV(B) | 3.43º | 0.43% | 0.95% | - |
| XYZ | 51.52 | 40.84 | 29.21 | - |
| YUV | 172.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 138 | 0 | 0.41 | 0.43 | 0.05 | 3.43 | 0.81 | 0.75 |
| Hex | F3 | 90 | 8A | 0 | 29 | 2B | 5 | 3 | 51 | 4B |
| Octal | 363 | 220 | 212 | 0 | 51 | 53 | 5 | 3 | 121 | 113 |
| Binary | 11110011 | 10010000 | 10001010 | 0 | 101001 | 101011 | 101 | 11 | 1010001 | 1001011 |
Color Harmonies of #F3908A
Complementary color
Monochromatic Colors of #F3908A
Black with #F3908A
Text Example
Text Example
White with #F3908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3908A; }
p { color: rgb(243,144,138); }
H1.HeaderClassName
{
color: #F3908A;
}
.AnyTagClassName
{
color: #F3908A;
}
</style>
background-color css
<style>
a { background-color: #F3908A; }
a { background-color: rgb(243,144,138); }
div.DivClassName
{
background-color: #F3908A;
}
.BgClassName
{
background-color: #F3908A;
}
</style>
border-color css
<style>
span { border-color: #F3908A; }
span { border-color: rgb(243,144,138); }
td.TdClassName
{
border-color: #F3908A;
}
.TagClassName
{
border-color: #F3908A;
}
</style>