Shades of Sweet Pink #F4908A
Tints of Sweet Pink #F4908A
RGB
CMYK
RGB Variations
Color information
#F4908A (or 0xF4908A) is known color: Sweet Pink. HEX triplet: F4, 90 and 8A. RGB value is (244,144,138). Sum of RGB (Red+Green+Blue) = 244+144+138=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F4908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4908A is #0B6F75. Grayscale: #ADADAD. Windows color (decimal): -749430 or 9081076. OLE color: 9081076.
HSL color Cylindrical-coordinate representation of color #F4908A: hue angle of 3.4º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4908A is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 138 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.04 |
| HSL | 3.4º | 0.83% | 0.75% | - |
| HSV(B) | 3.4º | 0.43% | 0.96% | - |
| XYZ | 51.87 | 41.01 | 29.23 | - |
| YUV | 173.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 138 | 0 | 0.41 | 0.43 | 0.04 | 3.4 | 0.83 | 0.75 |
| Hex | F4 | 90 | 8A | 0 | 29 | 2B | 4 | 3 | 53 | 4B |
| Octal | 364 | 220 | 212 | 0 | 51 | 53 | 4 | 3 | 123 | 113 |
| Binary | 11110100 | 10010000 | 10001010 | 0 | 101001 | 101011 | 100 | 11 | 1010011 | 1001011 |
Color Harmonies of #F4908A
Complementary color
Monochromatic Colors of #F4908A
Black with #F4908A
Text Example
Text Example
White with #F4908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4908A; }
p { color: rgb(244,144,138); }
H1.HeaderClassName
{
color: #F4908A;
}
.AnyTagClassName
{
color: #F4908A;
}
</style>
background-color css
<style>
a { background-color: #F4908A; }
a { background-color: rgb(244,144,138); }
div.DivClassName
{
background-color: #F4908A;
}
.BgClassName
{
background-color: #F4908A;
}
</style>
border-color css
<style>
span { border-color: #F4908A; }
span { border-color: rgb(244,144,138); }
td.TdClassName
{
border-color: #F4908A;
}
.TagClassName
{
border-color: #F4908A;
}
</style>