Shades of Sweet Pink #F4918A
Tints of Sweet Pink #F4918A
RGB
CMYK
RGB Variations
Color information
#F4918A (or 0xF4918A) is known color: Sweet Pink. HEX triplet: F4, 91 and 8A. RGB value is (244,145,138). Sum of RGB (Red+Green+Blue) = 244+145+138=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F4918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4918A is #0B6E75. Grayscale: #ADADAD. Windows color (decimal): -749174 or 9081332. OLE color: 9081332.
HSL color Cylindrical-coordinate representation of color #F4918A: hue angle of 3.96º 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 #F4918A is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 138 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.04 |
| HSL | 3.96º | 0.83% | 0.75% | - |
| HSV(B) | 3.96º | 0.43% | 0.96% | - |
| XYZ | 52.02 | 41.32 | 29.28 | - |
| YUV | 173.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 138 | 0 | 0.41 | 0.43 | 0.04 | 3.96 | 0.83 | 0.75 |
| Hex | F4 | 91 | 8A | 0 | 29 | 2B | 4 | 4 | 53 | 4B |
| Octal | 364 | 221 | 212 | 0 | 51 | 53 | 4 | 4 | 123 | 113 |
| Binary | 11110100 | 10010001 | 10001010 | 0 | 101001 | 101011 | 100 | 100 | 1010011 | 1001011 |
Color Harmonies of #F4918A
Complementary color
Monochromatic Colors of #F4918A
Black with #F4918A
Text Example
Text Example
White with #F4918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4918A; }
p { color: rgb(244,145,138); }
H1.HeaderClassName
{
color: #F4918A;
}
.AnyTagClassName
{
color: #F4918A;
}
</style>
background-color css
<style>
a { background-color: #F4918A; }
a { background-color: rgb(244,145,138); }
div.DivClassName
{
background-color: #F4918A;
}
.BgClassName
{
background-color: #F4918A;
}
</style>
border-color css
<style>
span { border-color: #F4918A; }
span { border-color: rgb(244,145,138); }
td.TdClassName
{
border-color: #F4918A;
}
.TagClassName
{
border-color: #F4918A;
}
</style>