Shades of Sweet Pink #F2908A
Tints of Sweet Pink #F2908A
RGB
CMYK
RGB Variations
Color information
#F2908A (or 0xF2908A) is known color: Sweet Pink. HEX triplet: F2, 90 and 8A. RGB value is (242,144,138). Sum of RGB (Red+Green+Blue) = 242+144+138=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2908A is #0D6F75. Grayscale: #ACACAC. Windows color (decimal): -880502 or 9081074. OLE color: 9081074.
HSL color Cylindrical-coordinate representation of color #F2908A: hue angle of 3.46º degrees, saturation: 0.8, 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 #F2908A is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 138 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.05 |
| HSL | 3.46º | 0.8% | 0.75% | - |
| HSV(B) | 3.46º | 0.43% | 0.95% | - |
| XYZ | 51.18 | 40.66 | 29.2 | - |
| YUV | 172.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 138 | 0 | 0.40 | 0.43 | 0.05 | 3.46 | 0.8 | 0.75 |
| Hex | F2 | 90 | 8A | 0 | 28 | 2B | 5 | 3 | 50 | 4B |
| Octal | 362 | 220 | 212 | 0 | 50 | 53 | 5 | 3 | 120 | 113 |
| Binary | 11110010 | 10010000 | 10001010 | 0 | 101000 | 101011 | 101 | 11 | 1010000 | 1001011 |
Color Harmonies of #F2908A
Complementary color
Monochromatic Colors of #F2908A
Black with #F2908A
Text Example
Text Example
White with #F2908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2908A; }
p { color: rgb(242,144,138); }
H1.HeaderClassName
{
color: #F2908A;
}
.AnyTagClassName
{
color: #F2908A;
}
</style>
background-color css
<style>
a { background-color: #F2908A; }
a { background-color: rgb(242,144,138); }
div.DivClassName
{
background-color: #F2908A;
}
.BgClassName
{
background-color: #F2908A;
}
</style>
border-color css
<style>
span { border-color: #F2908A; }
span { border-color: rgb(242,144,138); }
td.TdClassName
{
border-color: #F2908A;
}
.TagClassName
{
border-color: #F2908A;
}
</style>