Shades of Sweet Pink #F48A8A
Tints of Sweet Pink #F48A8A
RGB
CMYK
RGB Variations
Color information
#F48A8A (or 0xF48A8A) is known color: Sweet Pink. HEX triplet: F4, 8A and 8A. RGB value is (244,138,138). Sum of RGB (Red+Green+Blue) = 244+138+138=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48A8A is #0B7575. Grayscale: #A9A9A9. Windows color (decimal): -750966 or 9079540. OLE color: 9079540.
HSL color Cylindrical-coordinate representation of color #F48A8A: hue angle of 0º 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 #F48A8A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 138 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.04 |
| HSL | 0º | 0.83% | 0.75% | - |
| HSV(B) | 0º | 0.43% | 0.96% | - |
| XYZ | 50.98 | 39.25 | 28.93 | - |
| YUV | 169.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 138 | 0 | 0.43 | 0.43 | 0.04 | 0 | 0.83 | 0.75 |
| Hex | F4 | 8A | 8A | 0 | 2B | 2B | 4 | 0 | 53 | 4B |
| Octal | 364 | 212 | 212 | 0 | 53 | 53 | 4 | 0 | 123 | 113 |
| Binary | 11110100 | 10001010 | 10001010 | 0 | 101011 | 101011 | 100 | 0 | 1010011 | 1001011 |
Color Harmonies of #F48A8A
Complementary color
Monochromatic Colors of #F48A8A
Black with #F48A8A
Text Example
Text Example
White with #F48A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48A8A; }
p { color: rgb(244,138,138); }
H1.HeaderClassName
{
color: #F48A8A;
}
.AnyTagClassName
{
color: #F48A8A;
}
</style>
background-color css
<style>
a { background-color: #F48A8A; }
a { background-color: rgb(244,138,138); }
div.DivClassName
{
background-color: #F48A8A;
}
.BgClassName
{
background-color: #F48A8A;
}
</style>
border-color css
<style>
span { border-color: #F48A8A; }
span { border-color: rgb(244,138,138); }
td.TdClassName
{
border-color: #F48A8A;
}
.TagClassName
{
border-color: #F48A8A;
}
</style>