Shades of Sweet Pink #F4918B
Tints of Sweet Pink #F4918B
RGB
CMYK
RGB Variations
Color information
#F4918B (or 0xF4918B) is known color: Sweet Pink. HEX triplet: F4, 91 and 8B. RGB value is (244,145,139). Sum of RGB (Red+Green+Blue) = 244+145+139=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F4918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4918B is #0B6E74. Grayscale: #AEAEAE. Windows color (decimal): -749173 or 9146868. OLE color: 9146868.
HSL color Cylindrical-coordinate representation of color #F4918B: hue angle of 3.43º 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 #F4918B is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 139 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.04 |
| HSL | 3.43º | 0.83% | 0.75% | - |
| HSV(B) | 3.43º | 0.43% | 0.96% | - |
| XYZ | 52.09 | 41.35 | 29.66 | - |
| YUV | 173.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 139 | 0 | 0.41 | 0.43 | 0.04 | 3.43 | 0.83 | 0.75 |
| Hex | F4 | 91 | 8B | 0 | 29 | 2B | 4 | 3 | 53 | 4B |
| Octal | 364 | 221 | 213 | 0 | 51 | 53 | 4 | 3 | 123 | 113 |
| Binary | 11110100 | 10010001 | 10001011 | 0 | 101001 | 101011 | 100 | 11 | 1010011 | 1001011 |
Color Harmonies of #F4918B
Complementary color
Monochromatic Colors of #F4918B
Black with #F4918B
Text Example
Text Example
White with #F4918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4918B; }
p { color: rgb(244,145,139); }
H1.HeaderClassName
{
color: #F4918B;
}
.AnyTagClassName
{
color: #F4918B;
}
</style>
background-color css
<style>
a { background-color: #F4918B; }
a { background-color: rgb(244,145,139); }
div.DivClassName
{
background-color: #F4918B;
}
.BgClassName
{
background-color: #F4918B;
}
</style>
border-color css
<style>
span { border-color: #F4918B; }
span { border-color: rgb(244,145,139); }
td.TdClassName
{
border-color: #F4918B;
}
.TagClassName
{
border-color: #F4918B;
}
</style>